pub struct FunctionWrapper<F, T> { /* private fields */ }Trait Implementations§
Source§impl<F, T> Parser<T> for FunctionWrapper<F, T>
impl<F, T> Parser<T> for FunctionWrapper<F, T>
Source§impl<F, T> ParserHook for FunctionWrapper<F, T>
impl<F, T> ParserHook for FunctionWrapper<F, T>
Auto Trait Implementations§
impl<F, T> Freeze for FunctionWrapper<F, T>where
F: Freeze,
impl<F, T> RefUnwindSafe for FunctionWrapper<F, T>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<F, T> Send for FunctionWrapper<F, T>
impl<F, T> Sync for FunctionWrapper<F, T>
impl<F, T> Unpin for FunctionWrapper<F, T>
impl<F, T> UnwindSafe for FunctionWrapper<F, T>where
F: UnwindSafe,
T: UnwindSafe,
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