macro_rules! indent_objdump {
($indentation:literal, $obj:expr) => { ... };
($obj:expr) => { ... };
}Expand description
indents an implementor of std::fmt::Debug
macro_rules! indent_objdump {
($indentation:literal, $obj:expr) => { ... };
($obj:expr) => { ... };
}indents an implementor of std::fmt::Debug