Trait rt_local::base::RuntimeInjector
source · pub trait RuntimeInjector: 'static {
// Required method
fn waker(&self) -> Arc<dyn RuntimeWaker, Global>;
}pub trait RuntimeInjector: 'static {
// Required method
fn waker(&self) -> Arc<dyn RuntimeWaker, Global>;
}