1//! Foundation `SlotValue` impls - `PeerIdValue`, `WireReqIdValue`,
2//! `TriggerValue`, `BytesValue`, `CommandIdValue`. The polymorphism
3//! layer every syscall component consumes; kept in bb-runtime so
4//! components in bb-ops link against a single canonical source.
56pub mod values;