Trait IsNullFrame

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

Unification for null check of RESP2/3 frames

Required Methods§

Implementations on Foreign Types§

Source§

impl IsNullFrame for BytesFrame

Source§

impl IsNullFrame for BytesFrame

Implementors§