Expand description
Module for the Clear
trait.
Structs§
- Clear
Default - A wrapper struct which implements
Clear
by setting self toDefault::default()
.
Traits§
- Clear
- A trait for abstracting over the
.clear()
method available in many collection types.