Trait redis_async::resp::IntoRespString
source · [−]pub trait IntoRespString {
fn into_resp_string(self) -> RespValue;
}
Expand description
A specific trait to convert into a RespValue::BulkString
pub trait IntoRespString {
fn into_resp_string(self) -> RespValue;
}
A specific trait to convert into a RespValue::BulkString