Trait reset_router::IntoResponse [] [src]

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

Something that can be converted into a Response (cannot fail)

Required Methods

Implementors