macro_rules! cfg_base32 {
($($item:item)*) => { ... };
}Expand description
Helper to implement fmt::Display when the base32 feature is enabled.
macro_rules! cfg_base32 {
($($item:item)*) => { ... };
}Helper to implement fmt::Display when the base32 feature is enabled.