Entrypoint

Type Alias Entrypoint 

Source
pub type Entrypoint = fn() -> Shared<Module>;
Expand description

Entrypoint prototype for a Rhai module “constructor”.