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