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