Type Definition distant_net::AuthChallengeFn
source · [−]pub type AuthChallengeFn = dyn Fn(Vec<AuthQuestion>, HashMap<String, String>) -> Vec<String> + Send + Sync;Expand description
Type signature for a dynamic on_challenge function