pub trait HostFunctions: 'static {
    fn host_functions() -> Vec<&'static dyn Function>;
}
Expand description

Something that provides implementations for host functions.

Required methods

Returns the host functions Self provides.

Implementations on Foreign Types

Implementors