Type Alias Formatter

Source
pub type Formatter = dyn Fn(&dyn ToString, bool) -> Result<(String, bool)>;