Skip to main content

EvalHookFuture

Type Alias EvalHookFuture 

Source
pub type EvalHookFuture = Pin<Box<dyn Future<Output = Result<Value, RuntimeError>> + 'static>>;
Expand description

Future returned by the eval hook.

Aliased Typeยง

pub struct EvalHookFuture { /* private fields */ }