Trait gotham_restful::IntoResponseError
source · [−]pub trait IntoResponseError {
type Err: Debug + Send + 'static;
fn into_response_error(self) -> Result<Response, Self::Err>;
fn status_codes() -> Vec<StatusCode>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
;
fn schema(code: StatusCode) -> OpenapiSchema;
}
Associated Types
Required methods
fn into_response_error(self) -> Result<Response, Self::Err>
fn status_codes() -> Vec<StatusCode>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,