PrefixStream

Type Alias PrefixStream 

Source
pub type PrefixStream<'a> = Pin<Box<dyn Stream<Item = (Vec<u8>, Vec<u8>)> + Send + 'a>>;

Aliased Typeยง

#[repr(transparent)]
pub struct PrefixStream<'a> { /* private fields */ }