// textos::string::strings
////! `Strings` trait.
//// use crate::error::TextosResult as Result;
usecore::fmt::Display;/// Common trait for all string types.
////// It depends on the [`ToString`] trait if the `alloc` feature is enabled.
pubtraitStrings: Display {}