macro_rules! well_known {
($article:literal, $name:literal, $($ty:tt)+) => { ... };
}
Available on crate feature
serde
only.Expand description
Implement a visitor for a well-known format.
macro_rules! well_known {
($article:literal, $name:literal, $($ty:tt)+) => { ... };
}
serde
only.Implement a visitor for a well-known format.