pub trait MaybeBitdumpFormattable { }Expand description
A helper trait that conditionally binds to BitdumpFormattable depending on whether the necessary feature “std” is enabled.
Implementors§
impl<T> MaybeBitdumpFormattable for T
Available on non-crate feature
std only.