Trait rt_local::base::RuntimeInjector
source · [−]pub trait RuntimeInjector: 'static {
fn waker(&self) -> Arc<dyn RuntimeWaker + 'static>;
}pub trait RuntimeInjector: 'static {
fn waker(&self) -> Arc<dyn RuntimeWaker + 'static>;
}