Expand description
A trait that converts the source to a FlexStr<N, T> while consuming the original
use flexstr::{flex_str, FlexStr, IntoFlex};
let a: FlexStr = flex_str!("This is a wrapped static string literal no matter how long it is!!!!!");
assert!(a.is_static());