pub trait IntoResponseWithPathedError {
// Required method
fn into_response_with_pathed_error(self) -> Result<Response>;
}pub trait IntoResponseWithPathedError {
// Required method
fn into_response_with_pathed_error(self) -> Result<Response>;
}