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

Converts the source to a AFlexStr while consuming the original

Implementations on Foreign Types

Implementors