Skip to main content

UserFunctionFuture

Type Alias UserFunctionFuture 

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

Aliased Typeยง

pub struct UserFunctionFuture { /* private fields */ }