Struct tsukuyomi::handler::Handle[][src]

pub struct Handle(_);

A type representing the return value from Handler::handle.

Trait Implementations

impl Debug for Handle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Handle

impl !Sync for Handle