pub fn register_line_formatter<C: LineFormatter>(
name: &str,
formatter: C,
) -> CoreLineFormatterExpand description
Register a LineFormatter with the API.
pub fn register_line_formatter<C: LineFormatter>(
name: &str,
formatter: C,
) -> CoreLineFormatterRegister a LineFormatter with the API.