Type Alias toodee::IntoIterTooDee

source ·
pub type IntoIterTooDee<T> = IntoIter<T>;
Expand description

IntoIter type alias for future-proofing.

Aliased Type§

struct IntoIterTooDee<T> { /* private fields */ }