pub trait IntoResponse<Raw>: Sizedwhere
Self: Into<Raw>,{
// Provided method
fn into_response(self) -> Result<Response<Raw>, Status> { ... }
}
Provided Methods§
fn into_response(self) -> Result<Response<Raw>, Status>
Object Safety§
This trait is not object safe.