Struct AppendOnlyTreeSnapshot
pub struct AppendOnlyTreeSnapshot {
pub root: Field,
pub next_available_leaf_index: Field,
}
Fields
root: Fieldnext_available_leaf_index: FieldTrait implementations
impl Deserialize for AppendOnlyTreeSnapshot
pub fn deserialize(fields: [Field; 2]) -> Self
pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> Self
impl Empty for AppendOnlyTreeSnapshot
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for AppendOnlyTreeSnapshot
pub fn eq(_self: Self, _other: Self) -> bool