[][src]Trait nestor::response::IntoResponse

pub trait IntoResponse {
    fn into_response(self) -> Response;
}

Required methods

Loading content...

Implementations on Foreign Types

impl IntoResponse for &'static str[src]

impl IntoResponse for String[src]

impl IntoResponse for ()[src]

impl<T> IntoResponse for Option<T> where
    T: IntoResponse
[src]

Loading content...

Implementors

impl IntoResponse for Response[src]

Loading content...