[−][src]Trait redis_async::resp::ToRespString
A specific trait to convert into a RespValue::BulkString
A specific trait to convert into a RespValue::BulkString
fn to_resp_string(self) -> RespValueimpl ToRespString for String[src]fn to_resp_string(self) -> RespValue[src]impl<'a> ToRespString for &'a String[src]fn to_resp_string(self) -> RespValue[src]impl<'a> ToRespString for &'a str[src]fn to_resp_string(self) -> RespValue[src]impl<'a> ToRespString for &'a [u8][src]fn to_resp_string(self) -> RespValue[src]impl ToRespString for Vec<u8>[src]fn to_resp_string(self) -> RespValue[src]