[][src]Type Definition moss::object::MutableFn

type MutableFn = Box<dyn FnMut(&mut Env, &Object, &[Object]) -> FnResult>;