[][src]Trait async_i3ipc::Connect

pub trait Connect {
    type Stream: I3IPC;
    fn connect() -> Result<Self::Stream, Error>;
}

Types implementing this are provided a connect function and return a stream

Associated Types

Loading content...

Required methods

fn connect() -> Result<Self::Stream, Error>

Loading content...

Implementors

Loading content...