pub trait ToOptionVecString {
    fn to_option_vec_string(self) -> Option<Vec<String>>;
}
Expand description

You need to make sure this trait is imported by any code that wants to use the C!, DC!, or M! macros.

Required methods

Implementations on Foreign Types

Implementors