pub fn register_type_printer<T: TypePrinter>(
name: &str,
parser: T,
) -> (&'static mut T, CoreTypePrinter)Expand description
Register a custom parser with the API
pub fn register_type_printer<T: TypePrinter>(
name: &str,
parser: T,
) -> (&'static mut T, CoreTypePrinter)Register a custom parser with the API