Expand description

Module for all Handoff-related items.

Modules§

Structs§

  • Wrapper around IntoIterator to avoid trait impl conflicts.
  • A Handoff which is part of a “family” of handoffs. Writing to this handoff will write to every reader. New readers can be created by calling tee.
  • A Vec-based FIFO handoff.

Traits§

  • Trait representing somethign which we can give an item to.
  • Trait for handoffs to implement.
  • A handle onto the metadata part of a Handoff, with no element type.
  • Trait representing something which we can attempt to give an item to.