Crate timely_container

source ·
Expand description

Specifications for containers

Modules§

Structs§

Traits§

  • A container transferring data through dataflow edges
  • A type that can build containers from items.
  • A type that has the necessary infrastructure to push elements, without specifying how pushing itself works. For this, pushable types should implement PushInto.
  • A type that can push itself into a container.
  • A container that can partition itself into pieces.