Skip to main content
ToElements
miden_
vm
0.23.0
ToElements
Required Methods
to_elements
Implementations on Foreign Types
Vec<u64>
[u64; N]
Implementors
In miden_
vm::
utils
miden_vm
::
utils
Trait
ToElements
Copy item path
pub trait ToElements { // Required method fn
to_elements
(&self) ->
Vec
<Felt>; }
Required Methods
§
fn
to_elements
(&self) ->
Vec
<Felt>
Implementations on Foreign Types
§
§
impl
ToElements
for
Vec
<
u64
>
§
fn
to_elements
(&self) ->
Vec
<Felt>
§
impl<const N:
usize
>
ToElements
for [
u64
;
N
]
§
fn
to_elements
(&self) ->
Vec
<Felt>
Implementors
§
§
impl
ToElements
for
ProgramInfo