pub trait IsNullFrame {
    fn is_null_frame(&self) -> bool;
}
Expand description

Unification for null check of RESP2/3 frames

Required Methods

Implementations on Foreign Types

Implementors