Skip to main content

SubdocOp

Trait SubdocOp 

Source
pub trait SubdocOp {
    // Required method
    fn is_xattr_op(&self) -> bool;
}

Required Methods§

Source

fn is_xattr_op(&self) -> bool

Implementors§