Skip to main content

HasResType

Trait HasResType 

Source
pub trait HasResType {
    type Res;
}
Expand description

Trait to extract the Res type from an endpoint.

Required Associated Types§

Implementations on Foreign Types§

Source§

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

Source§

type Res = Res

Implementors§