[][src]Function csml_interpreter::parser::parse_idents::parse_string_usage

pub fn parse_string_usage<'a, E>(s: Span<'a>) -> IResult<Span<'a>, String, E> where
    E: ParseError<Span<'a>>,