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.

Aliased Type§

struct LoginStatusClosure<T> { /* private fields */ }