Trait i3_ipc::Connect

source ·
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

Required Associated Types§

Required Methods§

Implementors§

Provides the connect method for I3