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

Required Methods§

Implementations on Foreign Types§

source§

impl IntoResponseWithPathedError for Result<Response>

Implementors§

source§

impl IntoResponseWithPathedError for teo_runtime::path::result::Result<Response>