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