Function defmt_parser::parse[][src]

pub fn parse<'f>(
    format_string: &'f str,
    mode: ParserMode
) -> Result<Vec<Fragment<'f>>, Cow<'static, str>>
This is supported on unstable only.