use crate::;
use io;
use WriteStr;
/// Add a convenience method for reading into `TextStr`.
// There is no `WriteTextLayered` because none of the `WriteLayered` functions
// need to be augmented to handle strings.
/// Default implementation of [`WriteText::write_text_substr`].
Sized>