pub trait ToStringOption {
    fn to_string_option(&self) -> Option<String>;
}
Expand description

Unification for to_string() of RESP2/3 frames

Required Methods

Implementations on Foreign Types

Implementors