pub(super) fn parse_score_holder<S>(
reader: &mut StringReader<'_>,
source: &S,
multiple: bool,
) -> Result<ScoreHolderArgument, CommandSyntaxError>where
S: CommandArgumentSource + ?Sized,pub(super) fn parse_score_holder<S>(
reader: &mut StringReader<'_>,
source: &S,
multiple: bool,
) -> Result<ScoreHolderArgument, CommandSyntaxError>where
S: CommandArgumentSource + ?Sized,