Skip to main content

bind_protected

Function bind_protected 

Source
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,