pub struct WidthParser { /* private fields */ }Implementations§
Source§impl WidthParser
 
impl WidthParser
pub fn new() -> WidthParser
pub fn parse<__TOKEN: __ToTriple, __TOKENS: IntoIterator<Item = __TOKEN>>( &self, __tokens0: __TOKENS, ) -> Result<Width, ParseError<usize, Token, LexicalError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WidthParser
impl RefUnwindSafe for WidthParser
impl Send for WidthParser
impl Sync for WidthParser
impl Unpin for WidthParser
impl UnwindSafe for WidthParser
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