macro_rules! if_pub {
(pub $(#[$attr:meta])*; $($x:tt)*) => { ... };
($($_:tt)*) => { ... };
}Available on crate features
formatting or parsing only.Expand description
Generate the provided code if and only if pub is present.