Trait flexstr::IntoAFlexStr
source · [−]pub trait IntoAFlexStr {
fn into_a_flex_str(self) -> AFlexStr;
}Expand description
A trait that converts the source to a AFlexStr while consuming the original
Required methods
fn into_a_flex_str(self) -> AFlexStr
fn into_a_flex_str(self) -> AFlexStr
Converts the source to a AFlexStr while consuming the original