Trait spinach::func::unary::Monotone[][src]

pub trait Monotone {
    type InLatRepr: LatticeRepr;
    type OutLatRepr: LatticeRepr;
    fn call(
        &self,
        item: Hide<Value, Self::InLatRepr>
    ) -> Hide<Value, Self::OutLatRepr>; }

Associated Types

Required methods

Implementors