Trait i3ipc_types::I3IPC

source ·
pub trait I3IPC: Read + Write + I3Protocol {
    fn decode_msg(&mut self) -> Result<(u32, Vec<u8>)> { ... }
}
Expand description

Trait containing methods to encode and decode message from i3

Provided Methods§

Implementations on Foreign Types§

implement I3IPC for std UnixStream

Implementors§