Function register_type_parser

Source
pub fn register_type_parser<T: TypeParser>(
    name: &str,
    parser: T,
) -> (&'static mut T, CoreTypeParser)
Expand description

Register a custom parser with the API