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