1 2 3 4 5 6 7
use crate::records::object_emitter::ObjectEmitter; impl Drop for ObjectEmitter { fn drop(&mut self) { self.finish(); } }