Function defmt_parser::parse

source ยท
pub fn parse(
    format_string: &str,
    mode: ParserMode,
) -> Result<Vec<Fragment<'_>>, Error>
Available on unstable only.