Trait i3_ipc::Connect[][src]

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

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

Associated Types

Required methods

Implementors

Provides the connect method for I3