Trait i3_ipc::I3IPC[][src]

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

Trait containing methods to encode and decode message from i3

Provided methods

Implementations on Foreign Types

implement I3IPC for std UnixStream

Implementors