Skip to main content

ToElements

Trait ToElements 

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