pub trait ValidLen<'a>: Borrow<[(&'a Field, Option<&'a (dyn Value + 'a)>)]> { }
Expand description
Restrictions on ValueSet
lengths were removed in #2508 but this type remains for backwards compatibility.
pub trait ValidLen<'a>: Borrow<[(&'a Field, Option<&'a (dyn Value + 'a)>)]> { }
Restrictions on ValueSet
lengths were removed in #2508 but this type remains for backwards compatibility.