pub fn parse_model_streaming<R: BufRead, V: ModelVisitor>( reader: R, visitor: &mut V, ) -> Result<()>
Parses a 3MF model from an XML reader in a streaming fashion, emitting events to the provided visitor.