pub trait IntoRespString {
// Required method
fn into_resp_string(self) -> RespValue;
}
Expand description
A specific trait to convert into a RespValue::BulkString
pub trait IntoRespString {
// Required method
fn into_resp_string(self) -> RespValue;
}
A specific trait to convert into a RespValue::BulkString