Macro cfg_base32

Source
macro_rules! cfg_base32 {
    ($($item:item)*) => { ... };
}
Expand description

Helper to implement fmt::Display when the base32 feature is enabled.