time::format_description::modifier

Macro if_pub

source
macro_rules! if_pub {
    (pub $(#[$attr:meta])*; $($x:tt)*) => { ... };
    ($($_:tt)*) => { ... };
}
Expand description

Generate the provided code if and only if pub is present.