Skip to main content

BoxVertexStream

Type Alias BoxVertexStream 

Source
pub type BoxVertexStream = Pin<Box<dyn VertexStream>>;
Expand description

Boxed async iterator that yields Vertexes.

Aliased Typeยง

pub struct BoxVertexStream { /* private fields */ }