Function run_make_support::path_helpers::has_suffix
source ยท pub fn has_suffix<P: AsRef<Path>>(path: P, suffix: &str) -> boolExpand description
Returns true if the filename at path ends with suffix.
pub fn has_suffix<P: AsRef<Path>>(path: P, suffix: &str) -> boolReturns true if the filename at path ends with suffix.