Trait hotshot_stake_table::utils::ToFields
source · pub trait ToFields<F: Field> {
const SIZE: usize;
// Required method
fn to_fields(&self) -> Vec<F>;
}
Expand description
A trait that converts into a field element.
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.