[][src]Type Definition saphir::controller::ControllerEndpoint

type ControllerEndpoint<C> = (Option<&'static str>, Method, &'static str, Box<dyn DynControllerHandler<C, Body> + Send + Sync>, Box<dyn GuardChain>);

Type definition to represent a endpoint within a controller