ForeignFunction

Type Alias ForeignFunction 

Source
pub type ForeignFunction = Box<dyn FnMut(&mut Memory, &[RawValue]) -> Result<RawValue, ErrorKind>>;
Expand description

The ABI of a raw foreign function.

Aliased Typeยง

pub struct ForeignFunction(/* private fields */);