pub type TileStream<'a> = Pin<Box<dyn Stream<Item = (TileCoord3, Blob)> + Send + 'a>>;

Aliased Type§

struct TileStream<'a> { /* private fields */ }