Trait core_primitives::BanHandler
source · pub trait BanHandler {
type AccountId;
// Required method
fn can_ban(who: &Self::AccountId) -> bool;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.