MaybeBitdumpFormattable

Trait MaybeBitdumpFormattable 

Source
pub trait MaybeBitdumpFormattable { }
Expand description

A helper trait that conditionally binds to BitdumpFormattable depending on whether the necessary feature “std” is enabled.

Implementors§

Source§

impl<T> MaybeBitdumpFormattable for T

Available on non-crate feature std only.