how to convert vec of char to string rust code example Example: rust char to string fn main() { let string = 'c'.to_string(); }