Trait embedded_redis::commands::builder::IsNullFrame
source · [−]pub trait IsNullFrame {
fn is_null_frame(&self) -> bool;
}Expand description
Unification for null check of RESP2/3 frames
pub trait IsNullFrame {
fn is_null_frame(&self) -> bool;
}Unification for null check of RESP2/3 frames