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