Function mcfunction_debugger::parser::command::argument::brigadier::parse_quoted_string
source · pub fn parse_quoted_string(
string: &str,
quote: char
) -> Result<(&str, usize), String>