Type Alias 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.

Aliased Type§

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