Struct pw_format::macros::PrintfFormatStringParser
source · pub struct PrintfFormatStringParser;
Expand description
An implementation of FormatStringParser
that parsers printf
style format strings.
Trait Implementations§
source§impl Debug for PrintfFormatStringParser
impl Debug for PrintfFormatStringParser
source§impl FormatStringParser for PrintfFormatStringParser
impl FormatStringParser for PrintfFormatStringParser
source§fn parse_format_string(format_string: &str) -> Result<FormatString, String>
fn parse_format_string(format_string: &str) -> Result<FormatString, String>
Parse
format_string
and return the results as a [FormatString]
.Auto Trait Implementations§
impl RefUnwindSafe for PrintfFormatStringParser
impl Send for PrintfFormatStringParser
impl Sync for PrintfFormatStringParser
impl Unpin for PrintfFormatStringParser
impl UnwindSafe for PrintfFormatStringParser
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more