pub fn bind_protected<P, H, Args>(handler: H) -> BoundHandler<P>where
P: ProtectedEndpoint,
P::Auth: FromRequestParts + 'static,
P::Inner: BindableEndpoint,
H: AuthHandler<P::Auth, Args>,
Args: 'static,pub fn bind_protected<P, H, Args>(handler: H) -> BoundHandler<P>where
P: ProtectedEndpoint,
P::Auth: FromRequestParts + 'static,
P::Inner: BindableEndpoint,
H: AuthHandler<P::Auth, Args>,
Args: 'static,