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