[][src]Trait reign_router::Response

pub trait Response {
    fn respond(self) -> Result<HyperResponse<Body>, Error>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl Response for HyperResponse<Body>[src]

impl<B> Response for (Mime, B) where
    B: Into<Body>, 
[src]

impl<B> Response for (StatusCode, Mime, B) where
    B: Into<Body>, 
[src]

impl Response for &'static str[src]

impl Response for Cow<'static, str>[src]

impl Response for String[src]

Loading content...

Implementors

Loading content...