Skip to main content

DynamicFunctionLoadFuture

Type Alias DynamicFunctionLoadFuture 

Source
pub type DynamicFunctionLoadFuture = Pin<Box<dyn Future<Output = Option<Result<Value, RuntimeError>>>>>;

Aliased Typeยง

pub struct DynamicFunctionLoadFuture { /* private fields */ }