Module hydroflow::util::clear

source ·
Expand description

Module for the Clear trait.

Structs§

  • A wrapper struct which implements Clear by setting self to Default::default().

Traits§

  • A trait for abstracting over the .clear() method available in many collection types.