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