pub fn check_string_len( s: &str, max: usize, field: &'static str, ) -> Result<(), WireValidationError>
Check that a String does not exceed the given byte length limit.
String