Trait TcpStreamIndex

Source
pub trait TcpStreamIndex {
    // Required methods
    fn route_key(&self) -> Result<RouteKey>;
    fn index(&self) -> Index;
}

Required Methods§

Source

fn route_key(&self) -> Result<RouteKey>

Source

fn index(&self) -> Index

Implementations on Foreign Types§

Source§

impl TcpStreamIndex for TcpStream

Implementors§