[][src]Type Definition rhai::plugin::FnCallArgs

type FnCallArgs<'a> = [&'a mut Dynamic];

Arguments to a function call, which is a list of &mut Dynamic.