Trait teo_runtime::utils::ContainsStr
source · pub trait ContainsStr {
// Required method
fn contains_str(&self, str: &str) -> bool;
}pub trait ContainsStr {
// Required method
fn contains_str(&self, str: &str) -> bool;
}