pub trait ExecutorMarshall: Sync + 'static { // Required methods fn wake(&'static self); fn waker(&'static self) -> Waker; }