Skip to main content
IntoBytes
miden_
assembly
0.23.0
Into
Bytes
Required Methods
into_bytes
Implementations on Foreign Types
[Felt; 4]
Implementors
In miden_
assembly::
utils
miden_assembly
::
utils
Trait
Into
Bytes
Copy item path
pub trait IntoBytes<const N:
usize
> { // Required method fn
into_bytes
(self) -> [
u8
;
N
]; }
Required Methods
§
fn
into_bytes
(self) -> [
u8
;
N
]
Implementations on Foreign Types
§
§
impl
IntoBytes
<32> for [Felt;
4
]
§
fn
into_bytes
(self) -> [
u8
;
32
]
Implementors
§