Conclusion

Trait Conclusion 

Source
pub trait Conclusion: 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 Conclusion

Source

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

Implementors§