Type Definition kvarn_auth::LoginStatusClosure

source ·
pub type LoginStatusClosure<T> = Arc<dyn Fn(&FatRequest, SocketAddr) -> Validation<T> + Send + Sync + 'static>;
Expand description

The type of Config::login_status. Use this in the type bounds of Kvarn’s extensions.