Function rusty_parser::into_parser
source ยท 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 )