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