Skip to main content
ToElements
miden_
air
0.23.0
ToElements
Required Methods
to_elements
Implementations on Foreign Types
Vec<u64>
[u64; N]
Implementors
In crate miden_
air
miden_air
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