pub fn inner_type(typ: &str) -> Option<&str>
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.
Option<_>
Vec<_>
BTreeMap<Key, Value>