Struct tsukuyomi::modifier::BeforeHandle[][src]

pub struct BeforeHandle(_);

Methods

impl BeforeHandle
[src]

Trait Implementations

impl Debug for BeforeHandle
[src]

Formats the value using the given formatter. Read more

impl<F> From<F> for BeforeHandle where
    F: Future<Item = Context, Error = (Context, Error)> + Send + 'static, 
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BeforeHandle

impl !Sync for BeforeHandle