fully_qualified_type_path

Function fully_qualified_type_path 

Source
pub fn fully_qualified_type_path(shape: &Shape) -> Cow<'static, str>
Expand description

Returns the fully qualified type path, e.g. “std::collections::HashMap<K, V>”.

Combines module_path and type_identifier. For types without a module_path (primitives), returns just the type_identifier.