Trait redis_async::resp::ToResp [] [src]

pub trait ToResp {
    fn to_resp(&self) -> RespValue;
}

Required Methods

Implementors