Type Alias frame_support::traits::DenyAll

source ·
pub type DenyAll = Nothing;
👎Deprecated: Use Nothing instead

Aliased Type§

enum DenyAll {}

Variants§

Trait Implementations

source§

impl<T> Contains<T> for Nothing

source§

fn contains(_: &T) -> bool

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

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

source§

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

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