Struct PublicDataTreeLeaf
pub struct PublicDataTreeLeaf {
pub slot: Field,
pub value: Field,
}
Fields
slot: Fieldvalue: FieldImplementations
impl PublicDataTreeLeaf
Trait implementations
impl Empty for PublicDataTreeLeaf
pub fn empty() -> Self
pub fn is_empty(self: Self) -> bool
where
Self: Eq
pub fn assert_empty<let S: u32>(self: Self, msg: str<S>)
where
Self: Eq
impl Eq for PublicDataTreeLeaf
pub fn eq(self, other: Self) -> bool
impl IndexedTreeLeafValue for PublicDataTreeLeaf
pub fn get_key(self) -> Field