IntoResponse

Trait IntoResponse 

Source
pub trait IntoResponse {
    // Required method
    fn into_response(&self) -> Result<Response, Box<dyn StdError + Send + Sync>>;
}

Required Methods§

Implementors§