[][src]Trait rsocket_rust::transport::Connection

pub trait Connection {
    pub fn split(self) -> (Box<FrameSink>, Box<FrameStream>);
}

Required methods

Loading content...

Implementors

Loading content...