Trait flexstr::ToAFlexStr
source · [−]pub trait ToAFlexStr {
fn to_a_flex_str(&self) -> AFlexStr;
}Expand description
A trait that converts the source to a AFlexStr without consuming it
Required methods
fn to_a_flex_str(&self) -> AFlexStr
fn to_a_flex_str(&self) -> AFlexStr
Converts the source to a AFlexStr without consuming it