Trait relay_protocol::condition::IntoStrings
source · pub trait IntoStrings {
// Required method
fn into_strings(self) -> Vec<String>;
}
Expand description
A type that can be converted to a list of strings.
Required Methods§
sourcefn into_strings(self) -> Vec<String>
fn into_strings(self) -> Vec<String>
Creates a list of strings from this type.