Skip to main content

inner_type

Function inner_type 

Source
pub fn inner_type(typ: &str) -> Option<&str>
Expand description

Retrieves the inner type of Option<_> or Vec<_> Retrieve the value type of BTreeMap<Key, Value> Returns None if the field type is not Option Vec or BTreeMap.