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