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

pub struct AfterHandle(_);

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

Methods

impl AfterHandle
[src]

Creates an AfterHandle from an immediately value.

Creates an AfterHandle from a closure repsenting an asynchronous computation.

Creates an AfterHandle from a Future.

Trait Implementations

impl Debug for AfterHandle
[src]

Formats the value using the given formatter. Read more

impl<T, E> From<Result<T, E>> for AfterHandle where
    T: Into<Output>,
    Error: From<E>, 
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AfterHandle

impl !Sync for AfterHandle