Function register_type_printer

Source
pub fn register_type_printer<T: TypePrinter>(
    name: &str,
    parser: T,
) -> (&'static mut T, CoreTypePrinter)
Expand description

Register a custom parser with the API