pub struct InputProcFnWrapper { /* private fields */ }Expand description
This type allows us to safely wrap a boxed RenderCallback to use within the input proc.
Auto Trait Implementations§
impl Freeze for InputProcFnWrapper
impl !RefUnwindSafe for InputProcFnWrapper
impl !Send for InputProcFnWrapper
impl !Sync for InputProcFnWrapper
impl Unpin for InputProcFnWrapper
impl !UnwindSafe for InputProcFnWrapper
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