Trait fress::dispatch::Binary[][src]

pub trait Binary {
    fn bit_and(&self, prism: AnchoredLine, other: Unit) -> Unit { ... }
fn bit_or(&self, prism: AnchoredLine, other: Unit) -> Unit { ... }
fn bit_xor(&self, prism: AnchoredLine, other: Unit) -> Unit { ... }
fn bit_shl(&self, prism: AnchoredLine, shift: Unit) -> Unit { ... }
fn bit_shr(&self, prism: AnchoredLine, shift: Unit) -> Unit { ... } }

Provided methods

Implementors