pub type Collate<Lhs, Col> = Grouped<Collate<Lhs, Col>>;Expand description
The return type of lhs.collate(collation)
Aliased Typeยง
pub struct Collate<Lhs, Col>(/* private fields */);pub type Collate<Lhs, Col> = Grouped<Collate<Lhs, Col>>;The return type of lhs.collate(collation)
pub struct Collate<Lhs, Col>(/* private fields */);