Function check_str

Source
pub fn check_str(string: &str) -> Result<(), Error>
Expand description

Iterarively checks that the given string contains valid characters only.

ยงErrors

Returns Error on non-ASCII or otherwise invalid codes.