Skip to main content

JsonOperationFuture

Type Alias JsonOperationFuture 

Source
pub type JsonOperationFuture<'a, T> = Pin<Box<dyn Future<Output = PluginResult<T>> + Send + 'a>>;

Aliased Typeยง

pub struct JsonOperationFuture<'a, T> { /* private fields */ }