pub trait IsNullFrame {
// Required method
fn is_null_frame(&self) -> bool;
}Expand description
Unification for null check of RESP2/3 frames
pub trait IsNullFrame {
// Required method
fn is_null_frame(&self) -> bool;
}Unification for null check of RESP2/3 frames