Trait mz_mysql_util::desc::IsCompatible
source · trait IsCompatible {
// Required method
fn is_compatible(&self, other: &Self) -> bool;
}
Required Methods§
fn is_compatible(&self, other: &Self) -> bool
Object Safety§
This trait is not object safe.