Trait tracing_core::field::private::ValidLen
source · 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.