pub struct OnInput(pub Box<dyn FnOnce() -> Result<(u32, String), InternalError>>);Tuple Fields§
§0: Box<dyn FnOnce() -> Result<(u32, String), InternalError>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnInput
impl !RefUnwindSafe for OnInput
impl !Send for OnInput
impl !Sync for OnInput
impl Unpin for OnInput
impl !UnwindSafe for OnInput
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