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