[−][src]Trait bytes::str::ToBytes
Required methods
fn to_bytes(self) -> Bytes
Consumes the value and returns a Bytes
instance containing
identical bytes
fn to_bytes(self) -> Bytes
Consumes the value and returns a Bytes
instance containing
identical bytes
impl<'a> ToBytes for &'a [u8]
[src]impl<'a> ToBytes for &'a Vec<u8>
[src]impl ToBytes for Bytes
[src]impl ToBytes for Rope
[src]impl ToBytes for SeqByteStr
[src]impl ToBytes for SmallByteStr
[src]