Struct collections::string::Drain 1.6.0
[−]
[src]
pub struct Drain<'a> { /* fields omitted */ }
A draining iterator for String
.
This struct is created by the drain
method on String
. See its
documentation for more.