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