mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
4 lines
64 B
Rust
4 lines
64 B
Rust
struct S {
|
|
#[serde(with = "url_serde")]
|
|
pub uri: Uri,
|
|
}
|