Type Alias PauseAwareRef

Source
type PauseAwareRef = Arc<dyn PauseAware>;

Aliased Typeยง

struct PauseAwareRef { /* private fields */ }