Struct muzzman_lib::action::Action
source · pub struct Action {
pub name: String,
pub owner: MRef,
pub input: Vec<(String, Value)>,
pub callback: fn(_: MRef, _: Vec<Type>),
}Fields§
§name: String§owner: MRef§input: Vec<(String, Value)>§callback: fn(_: MRef, _: Vec<Type>)