Type Alias chapter::Function

source ·
pub type Function = dyn Fn(&mut VirtualMachine, &[YarnValue]) + Send + Sync;