Type Alias AnonymousAuthenticator

Source
pub type AnonymousAuthenticator = Box<dyn Fn(&str) -> Result<()>>;
Expand description

Get trace information from clients logging in anonymously.

Aliased Typeยง

pub struct AnonymousAuthenticator(/* private fields */);