referrerpolicy=no-referrer-when-downgrade
polkadot_sdk_frame::traits

Type Alias AllowAll

pub type AllowAll = Everything;
👎Deprecated: Use Everything instead

Aliased Type§

enum AllowAll {}

Variants§

Trait Implementations

§

impl<T> Contains<T> for Everything

§

fn contains(_: &T) -> bool

Return true if this “contains” the given value t.
§

impl<A, B> ContainsPair<A, B> for Everything

§

fn contains(_: &A, _: &B) -> bool

Return true if this “contains” the pair-value (a, b).