Trait rustc_data_structures::unify::Combine
[−]
[src]
pub trait Combine { fn combine(&self, other: &Self) -> Self; }
Unstable (
rustc_private
)This trait is implemented for unify values that can be combined. This relation should be a monoid.
Required Methods
fn combine(&self, other: &Self) -> Self
Unstable (
rustc_private
)Implementors
impl Combine for ()