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>;
}