into_parser

Function 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 )