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