Module handoff

Source
Expand description

Module for all Handoff-related items.

Modules§

handoff_list
Module for variadic handoff port lists, PortList.

Structs§

Iter
Wrapper around IntoIterator to avoid trait impl conflicts.
TeeingHandoff
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.
VecHandoff
A Vec-based FIFO handoff.

Traits§

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