fn span_object()

in src/trace/span.rs [204:206]


    fn span_object(&self) -> &SpanObject {
        self.obj.as_ref().unwrap()
    }