[][src]Trait i3_ipc::I3IPC

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

Trait containing methods to encode and decode message from i3

Provided methods

pub fn decode_msg(&mut self) -> Result<(u32, Vec<u8, Global>), Error>[src]

Loading content...

Implementations on Foreign Types

impl I3IPC for UnixStream[src]

implement I3IPC for std UnixStream

Loading content...

Implementors

impl I3IPC for I3Stream[src]

Loading content...