allow field attrs

This commit is contained in:
Aleksey Kladov
2018-08-16 13:20:59 +03:00
parent a5515d9d6f
commit eda52cbc34
3 changed files with 54 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
struct S {
#[serde(with = "url_serde")]
pub uri: Uri,
}