pub struct BoxedCallback<Output> { /* private fields */ }
Expand description
Type erased Callback wrapper struct
Implementations§
Auto Trait Implementations§
impl<Output> Freeze for BoxedCallback<Output>
impl<Output> RefUnwindSafe for BoxedCallback<Output>
impl<Output> !Send for BoxedCallback<Output>
impl<Output> !Sync for BoxedCallback<Output>
impl<Output> Unpin for BoxedCallback<Output>
impl<Output> UnwindSafe for BoxedCallback<Output>
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