Assumption

Trait Assumption 

Source
pub trait Assumption: Debug + Concept {
    // Provided method
    fn to_comparator(&self) -> TypeId
       where Self: 'static { ... }
}

Provided Methods§

Source

fn to_comparator(&self) -> TypeId
where Self: 'static,

Implementations§

Source§

impl dyn Assumption

Source

pub fn is<C: 'static + Concept>(&self) -> bool

Implementors§