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

Required Methods

Implementations on Foreign Types

Implementors