Trait redis_async::resp::ToRespString [] [src]

pub trait ToRespString {
    fn to_resp_string(self) -> RespValue;
}

A specific trait to convert into a RespValue::BulkString

Required Methods

Implementors