Struct sauron_core::dom::Callback
source · [−]pub struct Callback<IN, OUT> { /* private fields */ }
Expand description
A generic wrapper for a closure in rust where we can transform and pass around.
Implementations
Trait Implementations
Auto Trait Implementations
impl<IN, OUT> !RefUnwindSafe for Callback<IN, OUT>
impl<IN, OUT> !Send for Callback<IN, OUT>
impl<IN, OUT> !Sync for Callback<IN, OUT>
impl<IN, OUT> Unpin for Callback<IN, OUT>
impl<IN, OUT> !UnwindSafe for Callback<IN, OUT>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more