kecc
0.1.0
HasDtype
Required Methods
dtype
Implementors
In kecc::
ir::
dtype
kecc
::
ir
::
dtype
Trait
HasDtype
Copy item path
Source
pub trait HasDtype { // Required method fn
dtype
(&self) ->
Dtype
; }
Expand description
TODO(document)
Required Methods
§
Source
fn
dtype
(&self) ->
Dtype
TODO(document)
Implementors
§
Source
§
impl
HasDtype
for
Constant
Source
§
impl
HasDtype
for
Declaration
Source
§
impl
HasDtype
for
Instruction
Source
§
impl
HasDtype
for
Operand
Source
§
impl
HasDtype
for
Value
Source
§
impl
HasDtype
for
FunctionSignature