pub trait Index<T> { // Required method fn index(&self, path: &[usize]) -> Result<T>; }
Multiplexes streams
Implementations of this trait define multiplexing for underlying connections using a particular structural path
path
Index the entity using a structural path