VeOperation

Trait VeOperation 

Source
pub trait VeOperation {
    // Required method
    fn arg_mode(&self) -> ArgMode;
}
Expand description

Common trait for Vector Engine operations.

Required Methods§

Source

fn arg_mode(&self) -> ArgMode

Returns the argument mode for this operation.

Implementors§