Struct tsukuyomi::modifier::AfterHandle[][src]

pub struct AfterHandle(_);

Methods

impl AfterHandle
[src]

Trait Implementations

impl Debug for AfterHandle
[src]

Formats the value using the given formatter. Read more

impl<F> From<F> for AfterHandle where
    F: Future<Item = Output, Error = Error> + Send + 'static, 
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AfterHandle

impl !Sync for AfterHandle