mlir
0.4.19
GetWidth
Provided Methods
get_width
Implementors
In mlir::
types
mlir
::
types
Trait
GetWidth
Copy item path
Source
pub trait GetWidth:
IType
{ // Provided method fn
get_width
(&self) ->
Option
<
usize
> { ... } }
Provided Methods
§
Source
fn
get_width
(&self) ->
Option
<
usize
>
Implementors
§
Source
§
impl
GetWidth
for
Type
Source
§
impl
GetWidth
for dyn
IType