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