Type Definition TraceQueue
isla_lib::executor
type TraceQueue<B> = SegQueue<Result<(usize, Vec<Event<B>>), String>>;