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

Converts the source to a FlexStr without consuming it

Implementations on Foreign Types

Implementors