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