Type Definition distant_net::HeapAuthServer
source · [−]pub type HeapAuthServer = AuthServer<Box<AuthChallengeFn>, Box<AuthVerifyFn>, Box<AuthInfoFn>, Box<AuthErrorFn>>;
Expand description
Represents an AuthServer
where all handlers are stored on the heap