pub trait FunctionType {
    fn arguments() -> VmIndex;
}
Expand description

Trait which represents a function

Required Methods

Returns how many arguments the function needs to be provided to call it

Implementations on Foreign Types

Implementors