PendingNapiAsyncWork

Trait PendingNapiAsyncWork 

Source
pub trait PendingNapiAsyncWork:
    FnOnce()
    + Send
    + 'static { }

Implementors§

Source§

impl<T> PendingNapiAsyncWork for T
where T: FnOnce() + Send + 'static,