Function rama::username::parse_username

pub fn parse_username<P>(
    ext: &mut Extensions,
    parser: P,
    username_ref: impl AsRef<str>,
) -> Result<String, OpaqueError>
Expand description

Parse a username, extracting the username (first part) and passing everything else to the UsernameLabelParser.