pub trait ToFlexStr {
fn to_flex_str(&self) -> FlexStr;
}Expand description
A trait that converts the source to a FlexStr without consuming it
Required methods
fn to_flex_str(&self) -> FlexStr
fn to_flex_str(&self) -> FlexStr
Converts the source to a FlexStr without consuming it