Type Alias wrpc_transport::DeferredFn

source ·
pub type DeferredFn<T> = Box<dyn FnOnce(T, Vec<usize>) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send>;
Expand description

Deferred operation used for async value processing

Aliased Type§

struct DeferredFn<T>(/* private fields */);