Trait tsukuyomi::handler::Handler [−][src]
A trait representing handler functions.
Required Methods
Implementations on Foreign Types
impl<H> Handler for Arc<H> where
H: Handler,
[src]
impl<H> Handler for Arc<H> where
H: Handler,