Skip to main content

HasErrType

Trait HasErrType 

Source
pub trait HasErrType {
    type Err;
}
Expand description

Trait to extract the Err type from an endpoint.

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<M: HttpMethod, P: PathSpec, Req, Res, Q, Err> HasErrType for Endpoint<M, P, Req, Res, Q, Err>

Source§

type Err = Err

Implementors§