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

pub struct BeforeHandle(_);

The type representing a return value from Modifier::before_handle.

Methods

impl BeforeHandle
[src]

Creates a BeforeHandle from an immediately value.

Creates a BeforeHandle from a closure repsenting an asynchronous computation.

Creates a BeforeHandle from a future.

Trait Implementations

impl Debug for BeforeHandle
[src]

Formats the value using the given formatter. Read more

impl<E> From<Result<Option<Output>, E>> for BeforeHandle where
    Error: From<E>, 
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BeforeHandle

impl !Sync for BeforeHandle