Trait OperandType

Source
pub trait OperandType {
    // Required method
    fn kind(&self) -> OpKind;
}

Required Methods§

Source

fn kind(&self) -> OpKind

Trait Implementations§

Implementations on Foreign Types§

Source§

impl OperandType for Box<dyn OperandType>

Source§

fn kind(&self) -> OpKind

Implementors§