[][src]Trait async_i3ipc::I3IPC

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

Trait containing methods to encode and decode message from i3

Provided methods

fn decode_msg(&mut self) -> Result<(u32, Vec<u8>), Error>

Loading content...

Implementations on Foreign Types

impl I3IPC for UnixStream[src]

implement I3IPC for std UnixStream

Loading content...

Implementors

Loading content...