RawMergable

Trait RawMergable 

Source
pub trait RawMergable: Clone + Any {
    // Required method
    fn raw_merge_ok(&self, other: &Self) -> bool;
}

Required Methods§

Source

fn raw_merge_ok(&self, other: &Self) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§