is_cuid

Function is_cuid 

Source
pub fn is_cuid<S: AsRef<str>>(to_check: S) -> bool
👎Deprecated since 1.3.0: Using is_cuid() without specifying a version is no longer supported. Please use is_cuid1() instead.
Expand description

Return whether a string is a legitimate CUID

Deprecated. Please use is_cuid1() or is_cuid2() instead.