Trait sp_runtime::traits::Clear [−][src]
Expand description
Trait for things that can be clear (have no bits set). For numeric types, essentially the same
as Zero
.
Trait for things that can be clear (have no bits set). For numeric types, essentially the same
as Zero
.