mlir
0.4.19
IsPromotable
To
Required Methods
is_promotable_to
Implementors
In mlir::
types
mlir
::
types
Trait
IsPromotableTo
Copy item path
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
§
Source
§
impl
IsPromotableTo
<
Type
> for
Type
Source
§
impl
IsPromotableTo
<
Float
> for
Float
Source
§
impl
IsPromotableTo
<
Integer
> for
Integer
Source
§
impl<T:
IType
>
IsPromotableTo
<T> for dyn
IType