pub trait MaybeBitdumpFormattable { }Expand description
A helper trait that conditionally binds to BitdumpFormattable depending on whether the necessary feature “std” is enabled.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl<T> MaybeBitdumpFormattable for T
Available on non-crate feature
std only.