[][src]Trait i3ipc_types::Connect

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

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...