[][src]Trait async_i3ipc::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

Loading content...