Function cargo::util::restricted_names::is_glob_pattern
source · pub fn is_glob_pattern<T: AsRef<str>>(name: T) -> boolExpand description
Returns true if the name contains any glob pattern wildcards.
pub fn is_glob_pattern<T: AsRef<str>>(name: T) -> boolReturns true if the name contains any glob pattern wildcards.