1 2 3 4 5
pub(crate) const INDENT: &str = " "; pub trait ConfigError { fn readable(&self, indents: usize) -> String; }