Function rusty_parser::into_parser

source ยท
pub fn into_parser<ParserType: IntoParser>(
    parser: ParserType
) -> ParserType::Into
Expand description

convert the given type to Parser ( if it impl IntoParser )