Macro indent

Source
macro_rules! indent {
    ($indentation:literal, $obj:expr) => { ... };
    ($obj:expr) => { ... };
}
Expand description

indents an implementor of std::fmt::Display