Struct pw_format::macros::CoreFmtFormatStringParser
source · pub struct CoreFmtFormatStringParser;
Expand description
An implementation of FormatStringParser
that parsers core::fmt
style format strings.
Trait Implementations§
source§impl Debug for CoreFmtFormatStringParser
impl Debug for CoreFmtFormatStringParser
source§impl FormatStringParser for CoreFmtFormatStringParser
impl FormatStringParser for CoreFmtFormatStringParser
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 CoreFmtFormatStringParser
impl Send for CoreFmtFormatStringParser
impl Sync for CoreFmtFormatStringParser
impl Unpin for CoreFmtFormatStringParser
impl UnwindSafe for CoreFmtFormatStringParser
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