pub trait RuntimeInjector: 'static {
    fn waker(&self) -> Arc<dyn RuntimeWaker + 'static>;
}

Required Methods

Implementors