fn parse_domain<S>(
reader: &mut StringReader<'_>,
source: &S,
) -> Result<Box<str>, CommandSyntaxError>where
S: CommandArgumentSource + ?Sized,fn parse_domain<S>(
reader: &mut StringReader<'_>,
source: &S,
) -> Result<Box<str>, CommandSyntaxError>where
S: CommandArgumentSource + ?Sized,