[][src]Type Definition wlambda::vval::VValIter

type VValIter = FromFn<Box<dyn FnMut() -> Option<(VVal, Option<VVal>)>>>;