Skip to main content

ComponentFn

Type Alias ComponentFn 

Source
pub type ComponentFn<E> = Box<dyn FnMut(&mut Runtime<E>, &[f32], &mut [f32], f32) + Send>;

Aliased Typeยง

pub struct ComponentFn<E>(/* private fields */);