Expand description
Implementation of ezio traits for strings. Useful for mocking and other test usage of ezio in tests.
Structs§
- A reader for reading from a string (
&str
). - An iterator for reading lines from a string
Reader
. - A writer for writing into a string (
String
).