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