pub type StrBytes = String<Bytes>;
A string type backed by bytes::Bytes.
bytes::Bytes
Performs the conversion.
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
This method tests for !=.
!=