Trait ice_rs::transport::Transport[][src]

pub trait Transport: AsyncRead + AsyncWrite + Send {
    fn transport_type(&self) -> String;
}

Required methods

Loading content...

Implementors

Loading content...