Trait polkadot_sdk_frame::traits::Contains
pub trait Contains<T> {
// Required method
fn contains(t: &T) -> bool;
}
Expand description
A trait for querying whether a type can be said to “contain” a value.
Required Methods§
Object Safety§
This trait is not object safe.