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. - Teeing
Handoff - 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.
- Handoff
Meta - A handle onto the metadata part of a Handoff, with no element type.
- TryCan
Receive - Trait representing something which we can attempt to give an item to.