Type Definition mica::RawForeignFunction

source ·
pub type RawForeignFunction = Box<dyn Fn(&Environment, &mut Memory, &[RawValue]) -> Result<RawValue, LanguageErrorKind>>;
Expand description

The implementation of a raw foreign function. The signature of a raw foreign function.