pub trait IntoOptimizedFlexStr<R, S>where R: RefCounted<S>, S: ?Sized + StringToFromBytes, Box<S>: From<S::Owned>,{ // Required method fn into_opt(self) -> FlexStr<'static, S, R>; }
Trait for types that can be converted to an optimized FlexStr
Convert a string to an optimized FlexStr