Module timely::container

source ·
Expand description

Re-export of the timely_container crate.

Modules§

Traits§

  • A container transferring data through dataflow edges
  • 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.