pub fn into_parser<ParserType: IntoParser>(
parser: ParserType,
) -> ParserType::Into
Expand description
Convert the given type to Parser ( if it impl IntoParser )
pub fn into_parser<ParserType: IntoParser>(
parser: ParserType,
) -> ParserType::Into
Convert the given type to Parser ( if it impl IntoParser )