//! Pure-data protocol types for port communication.
//!
//! All types in this module are serializable and contain no trait objects,
//! closures, or channels. They define the external contract for port I/O.
pub use PortCommand;
pub use ;
pub use ;
pub use ;
pub use ProtocolError;
pub use ReplyStatus;
pub use ;