wrpc_transport

Trait 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

Required Methods§

Source

fn index(&self, path: &[usize]) -> Result<T>

Index the entity using a structural path

Implementors§