pub fn clean_split(subject: String, split_char: String) -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Both the string and split character have to be strings.