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