Function clippy_utils::is_ty_alias
source · pub fn is_ty_alias(qpath: &QPath<'_>) -> bool
Expand description
Checks if the given QPath
belongs to a type alias.
pub fn is_ty_alias(qpath: &QPath<'_>) -> bool
Checks if the given QPath
belongs to a type alias.