Type Definition svc_authz::BanCallback

source ·
pub type BanCallback = Arc<dyn Fn(AccountId, Box<dyn IntentObject>) -> Pin<Box<dyn Future<Output = bool> + Send>> + Send + Sync>;