Struct Handle
tsukuyomi::handler
pub struct Handle(_);
A type representing the return value from Handler::handle.
Handler::handle
impl Debug for Handle
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Handle
impl !Sync for Handle