pub trait ToOptionVecString {
// Required method
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.
pub trait ToOptionVecString {
// Required method
fn to_option_vec_string(self) -> Option<Vec<String>>;
}
You need to make sure this trait is imported by any code that wants to use
the C!
, DC!
, or M!
macros.