use Error;
/// Error type shared across the Oxide isolated channels feature.
///
/// This error model is intentionally FFI-friendly and avoids panics in all
/// generated and runtime-facing APIs.
/// Convenience result alias for channel operations.
pub type OxideChannelResult<T> = ;