Trait polkadot_service::runtime_traits::Clear
source · pub trait Clear {
// Required methods
fn is_clear(&self) -> bool;
fn clear() -> Self;
}
Expand description
Trait for things that can be clear (have no bits set). For numeric types, essentially the same
as Zero
.
Required Methods§
Object Safety§
This trait is not object safe.