Trait darpi::response::ResponderError[][src]

pub trait ResponderError: Display {
    pub fn status_code(&self) -> StatusCode { ... }
pub fn respond_err(&self) -> Response<Body> { ... } }

Provided methods

pub fn status_code(&self) -> StatusCode[src]

pub fn respond_err(&self) -> Response<Body>[src]

Loading content...

Implementations on Foreign Types

impl ResponderError for Infallible[src]

impl ResponderError for Error[src]

impl<'_> ResponderError for &'_ str[src]

impl ResponderError for JsonErr[src]

impl ResponderError for YamlErr[src]

impl ResponderError for XmlErr[src]

impl ResponderError for JoinError[src]

impl ResponderError for Error[src]

impl ResponderError for Error[src]

impl ResponderError for dyn Error + 'static[src]

impl ResponderError for String[src]

Loading content...

Implementors

Loading content...