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