Debug in std::fmt - Rust (original) (raw)
Macro std::fmt::Debug
pub macro Debug($item:item) {
...
}
Expand description
Derive macro generating an impl of the trait Debug
.
pub macro Debug($item:item) {
...
}
Expand description
Derive macro generating an impl of the trait Debug
.