Type Alias ScriptFn

Source
pub type ScriptFn = Arc<dyn Fn(Context, Value) -> BoxFuture<'static, Result<String, String>> + Send + Sync>;

Aliased Typeยง

struct ScriptFn { /* private fields */ }