hydroflow
0.10.0
Module clear
Structs
Traits
In hydroflow::
util
Module
hydroflow
::
util
::
clear
Copy item path
source
·
[
−
]
Expand description
Module for the
Clear
trait.
Structs
§
Clear
Default
A wrapper struct which implements
Clear
by setting self to
Default::default()
.
Traits
§
Clear
A trait for abstracting over the
.clear()
method available in many collection types.