pub struct TypePreParser { /* private fields */ }Implementations§
Source§impl TypePreParser
impl TypePreParser
pub fn new() -> TypePreParser
pub fn parse<'input>( &self, lookup: &LineColLookup<'input>, input: &'input str, ) -> Result<Type, ParseError<usize, Token<'input>, &'static str>>
Auto Trait Implementations§
impl Freeze for TypePreParser
impl RefUnwindSafe for TypePreParser
impl Send for TypePreParser
impl Sync for TypePreParser
impl Unpin for TypePreParser
impl UnsafeUnpin for TypePreParser
impl UnwindSafe for TypePreParser
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