Skip to main content

resolved_element

Function resolved_element 

Source
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).