Trait IndexedTreeLeafValue
pub trait IndexedTreeLeafValue: Empty {
// Required methods
pub fn get_key(self) -> Field
where
Self: Empty;
}
pub trait IndexedTreeLeafValue: Empty {
// Required methods
pub fn get_key(self) -> Field
where
Self: Empty;
}
impl IndexedTreeLeafValue for Fieldimpl IndexedTreeLeafValue for PublicDataTreeLeaf