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