index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
libsyntax2
/
tests
/
data
/
parser
/
inline
/
0103_field_attrs.rs
blob: 4744d8ac06597ffd9908f2bf70c983037d3607e0 (
plain
)
1
2
3
4
struct
S
{
#[serde(with =
"url_serde"
)]
pub
uri
:
Uri
,
}