Skip to main content
ProgressTimer
wowlab_
engine_
application
0.1.0
Progress
Timer
Required Methods
elapsed
Implementors
In wowlab_
engine_
application::
chunk_
executor
wowlab_engine_application
::
chunk_executor
Trait
Progress
Timer
Copy item path
Source
trait ProgressTimer { // Required method fn
elapsed
(&self) ->
Duration
; }
Required Methods
§
Source
fn
elapsed
(&self) ->
Duration
Implementors
§
Source
§
impl
ProgressTimer
for
SystemProgressTimer