Skip to main content

IsCompatible

Trait IsCompatible 

Source
trait IsCompatible {
    // Required method
    fn is_compatible(&self, other: &Self) -> bool;
}

Required Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IsCompatible for Option<MySqlColumnMeta>

Implementors§