pub type BoxVertexStream = Pin<Box<dyn VertexStream>>;Expand description
Boxed async iterator that yields Vertexes.
Aliased Typeยง
pub struct BoxVertexStream { /* private fields */ }pub type BoxVertexStream = Pin<Box<dyn VertexStream>>;Boxed async iterator that yields Vertexes.
pub struct BoxVertexStream { /* private fields */ }