fn drop()

in src/trace/span.rs [197:199]


    fn drop(&mut self) {
        self.stack.finalize_span(self.uid, take(&mut self.obj));
    }