Trait solarsail::response::IntoResponse[][src]

pub trait IntoResponse {
    fn into_response(self) -> Result<Response, Rejection>;
}

Required methods

Implementations on Foreign Types

Implementors