ExecutorMarshall

Trait ExecutorMarshall 

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

Required Methods§

Source

fn wake(&'static self)

Source

fn waker(&'static self) -> Waker

Implementors§