[][src]Trait fp_core::setoid::Setoid

pub trait Setoid {
    fn equals(&self, other: &Self) -> bool;
}

Required methods

fn equals(&self, other: &Self) -> bool

Loading content...

Implementations on Foreign Types

impl Setoid for Vec<i32>[src]

impl<'_> Setoid for &'_ str[src]

Loading content...

Implementors

Loading content...