PartitionBy

Type Alias PartitionBy 

Source
pub type PartitionBy<Fn, E> = <Fn as PartitionByDsl<E>>::Output;
Expand description