pub trait IntoIterKind {
    type Kind;
}

Required Associated Types

Implementations on Foreign Types

Implementors