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

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