Trait miden_core::utils::ToElements[][src]

pub trait ToElements {
    fn to_elements(&self) -> Vec<BaseElement>;
}

Required methods

Implementations on Foreign Types

Implementors