Macro fmt_derive::Debug

1.38.0 · source ·
pub macro Debug($item:item) {
    ...
}
Expand description

The trait and macro from the standard library. Only the trait is actually exposed by this crate. Derive macro generating an impl of the trait Debug.