pub struct TemplatedHandler<K: Blueprint>{ /* private fields */ }Expand description
A handler stamped from a HandlerTemplate.
Implements Handler<K::Event> for direct or boxed dispatch.
No registry lookups — all state was pre-resolved by the template.
Trait Implementations§
Auto Trait Implementations§
impl<K> Freeze for TemplatedHandler<K>
impl<K> RefUnwindSafe for TemplatedHandler<K>
impl<K> Send for TemplatedHandler<K>
impl<K> Sync for TemplatedHandler<K>
impl<K> Unpin for TemplatedHandler<K>
impl<K> UnsafeUnpin for TemplatedHandler<K>
impl<K> UnwindSafe for TemplatedHandler<K>
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