pub fn string_from_vec_ascii(vec: Vec<u8>) -> Result<String, Error>
Convert bytes to an ASCII string.
It returns an error if the bytes are not a valid ASCII string.