Function serde_resp::ser::to_string[][src]

pub fn to_string<T>(value: &T) -> Result<String> where
    T: Serialize

Serialize to string.

Please do not use this method with RESPType::BulkString that contains non-UTF8 data.

Errors

Please refer to Error