mz_mysql_util::desc

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", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IsCompatible for Option<MySqlColumnMeta>

Implementors§