Function contains_mapping_type
Source pub fn contains_mapping_type(type_name: &TypeName) -> bool
Expand description
Check recursively if the type name contains a mapping type.
§Arguments
type_name - The type name
§Returns
True if the type name contains a mapping type.