pub trait IntoRespString {
    fn into_resp_string(self) -> RespValue;
}
Expand description

A specific trait to convert into a RespValue::BulkString

Required Methods§

Implementations on Foreign Types§

Implementors§