Trait ToStringBytes

Source
pub trait ToStringBytes {
    // Required method
    fn to_string_bytes(&self) -> Option<Bytes>;
}
Expand description

Trait for string extraction of RESP2/3 frames

Required Methods§

Source

fn to_string_bytes(&self) -> Option<Bytes>

Extracts Bytes of Bulk (RESP2) or BLOB (RESP3) frames None if frame was not Bulk/BLOB string

Implementations on Foreign Types§

Source§

impl ToStringBytes for BytesFrame

Source§

impl ToStringBytes for BytesFrame

Implementors§