fn parse_namespace<'i, 't>(
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>
) -> Result<(Prefix, Namespace), ParseError<'i>>
Expand description

Try to parse a namespace and return it if parsed, or none if there was not one present