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