inner_type

Function inner_type 

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

Retrieves the inner type of Option<> or Vec<> Returns None if the field type is not Option or Vec.