pub fn seq_to_string(seq: Seq<'_>) -> String
Convert seq to a String.
seq
String
Convenience wrapper around String::from_utf8.
String::from_utf8