Skip to main content

PinBoxStream

Type Alias PinBoxStream 

pub type PinBoxStream<'db, Item> = Pin<Box<dyn Stream<Item = Item> + 'db>>;
Expand description

Pin a Model so that stream operations can be performed on the model

Aliased Typeยง

#[repr(transparent)]
pub struct PinBoxStream<'db, Item> { /* private fields */ }