Type Definition avm_server::CallServiceClosure[][src]

type CallServiceClosure = Box<dyn Fn(ParticleParameters, Vec<IValue>) -> Option<IValue> + 'static>;