Function enso_macro_utils::ty_path_generic_args[][src]

pub fn ty_path_generic_args(ty_path: &TypePath) -> Vec<&GenericArgument>
Expand description

Obtain list of generic arguments on the path’s last segment.

Empty, if path contains no segments.