//! WebSocket protocol types
//!
//! Re-exports and helpers for the existing wire protocol.
pub use crateMykoMessage;
/// Serialize a `MykoMessage` to CBOR bytes.
///
/// # Errors
///
/// Returns an error when the requested operation cannot be completed.
/// Serialize a `MykoMessage` to JSON.
///
/// # Errors
///
/// Returns an error when the requested operation cannot be completed.