Macro time::serde::visitor::well_known

source ·
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.