Function check

Source
pub fn check<S: AsRef<str>>(string: S) -> Result<(), Error>
Expand description

Similar to check_str, except it is generic over AsRef<str>.

ยงErrors

Any Error in check_str is propagated.