mlir::types

Trait IsPromotableTo

Source
pub trait IsPromotableTo<T> {
    // Required method
    fn is_promotable_to(&self, other: &T) -> bool;
}

Required Methods§

Source

fn is_promotable_to(&self, other: &T) -> bool

Implementors§