Skip to main content

HasReqType

Trait HasReqType 

Source
pub trait HasReqType {
    type Req;
}
Expand description

Helper trait to extract the Req type from an endpoint.

Required Associated Types§

Implementations on Foreign Types§

Source§

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

Source§

type Req = Req

Implementors§