BuiltinFunction

Type Alias BuiltinFunction 

Source
pub type BuiltinFunction = fn(&mut Runtime<'_>, &ExecutableLine) -> Result<()>;