parse_model_streaming

Function parse_model_streaming 

Source
pub fn parse_model_streaming<R: BufRead, V: ModelVisitor>(
    reader: R,
    visitor: &mut V,
) -> Result<()>
Expand description

Parses a 3MF model from an XML reader in a streaming fashion, emitting events to the provided visitor.