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