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

Converts the source to a AFlexStr without consuming it

Implementations on Foreign Types

Implementors