//! `CallConnection`: an established `alknet/call` connection (either //! direction — accepted or opened). Holds the connection's Layer 2 overlay //! (imported ops). //! //! See `docs/architecture/crates/call/call-protocol.md` for the full //! specification. // TODO: implement