//! Lower link boundaries.
use crateResult;
/// Read side of a raw byte link.
/// Write side of a raw byte link.
/// Raw byte link used by the protocol engine.
///
/// Implementations may be backed by UART, USB CDC, TCP, tests, or any other byte stream.
/// Direction requested by the engine when interacting with the lower link.