use Error;
pub use IpcClient;
pub use ;
pub use ;
/// Errors specific to the IPC layer.
///
/// I/O and serialization errors are propagated transparently via [`anyhow`].
/// This type covers only domain-level failure cases that callers may want
/// to handle explicitly.