pub fn resolved_element(ty: &DynamicType) -> Option<&DynamicType>Expand description
The resolved element DynamicType of a collection, if one was attached via
sequence_of / array_of. Returns None for collections that carry only
a shallow scalar element descriptor (the codec rebuilds those itself).