Struct tsukuyomi::output::Output[][src]

pub struct Output { /* fields omitted */ }

The type representing outputs returned from handlers.

The values of this type are constructed indirectly by Responder, or by converting from the value of Response<T>.

Trait Implementations

impl Debug for Output
[src]

Formats the value using the given formatter. Read more

impl<T> From<Response<T>> for Output where
    T: Into<ResponseBody>, 
[src]

Performs the conversion.

impl Responder for Output
[src]

Converts self to an HTTP response.

Auto Trait Implementations

impl Send for Output

impl !Sync for Output