Enum abstutil::time::StackEntry [−][src]
enum StackEntry {
TimerSpan(TimerSpan),
Progress(Progress),
File(TimedFileReader),
}
Variants
TimerSpan(TimerSpan)
Tuple Fields of TimerSpan
0: TimerSpan
Progress(Progress)
Tuple Fields of Progress
0: Progress
File(TimedFileReader)