Trait OrFn

Source
pub trait OrFn {
    // Required method
    fn or(&self, array: &Array) -> Result<Array, VortexError>;
}

Required Methods§

Source

fn or(&self, array: &Array) -> Result<Array, VortexError>

Implementors§