Type Alias toodee::DrainRow

source ·
pub type DrainRow<'a, T> = Drain<'a, T>;
Expand description

DrainRow type alias for future-proofing.

Aliased Type§

struct DrainRow<'a, T> { /* private fields */ }