Skip to main content

GreatestLowerBound

Trait GreatestLowerBound 

Source
trait GreatestLowerBound<'db>: Sized {
    // Required method
    fn glb(env: &Env<'db>, l1: Self, l2: Self) -> Result<Self, NoGlb>;
}

Required Methods§

Source

fn glb(env: &Env<'db>, l1: Self, l2: Self) -> Result<Self, NoGlb>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'db> GreatestLowerBound<'db> for RedLink<'db>

Source§

impl<'db> GreatestLowerBound<'db> for SymPlace<'db>

Source§

impl<'db> GreatestLowerBound<'db> for RedChain<'db>

Source§

impl<'db> GreatestLowerBound<'db> for RedPerm<'db>