Type Definition tiny_rpc::io::GenericStream[][src]

type GenericStream<T> = Pin<Box<dyn Stream<Item = T> + Send + Sync + 'static>>;