pub trait IndentDisplay {
// Required method
fn i_fmt(&self, indent: &str, f: &mut Formatter<'_>) -> Result;
}Expand description
fmt with prefix indent
pub trait IndentDisplay {
// Required method
fn i_fmt(&self, indent: &str, f: &mut Formatter<'_>) -> Result;
}fmt with prefix indent