1 2 3 4 5 6
use core::scripting::intuicio::core::function::FunctionHandle; #[derive(Debug, Clone)] pub struct RigControl { pub function: FunctionHandle, }