pub trait LogvizDataSet { // Required method fn logviz_emit(&self, rec: &RecordingStream) -> CuResult<()>; }