Trait math::set::traits::Refineable

source ·
pub trait Refineable<O> {
    // Required method
    fn get_common_refinement(&self, other: &Self) -> O;
}
Expand description

Given two sets of the same type that are Refineable, their common refinement can be obtained

Required Methods§

source

fn get_common_refinement(&self, other: &Self) -> O

Object Safety§

This trait is not object safe.

Implementors§