Trait fortanix_vme_runner::StreamConnection[][src]

pub trait StreamConnection: Read + Write {
    fn protocol() -> &'static str;
fn local(&self) -> Result<String>;
fn local_port(&self) -> Result<u32>;
fn peer(&self) -> Result<String>;
fn peer_port(&self) -> Result<u32>; }

Required methods

Implementations on Foreign Types

Implementors