pub type TraceValueQueue<B> = SegQueue<Result<(usize, Val<B>, Vec<Event<B>>), String>>;
pub struct TraceValueQueue<B> { /* private fields */ }