Trait LeafPreimage
pub trait LeafPreimage {
// Required methods
pub fn get_key(self) -> Field;
pub fn as_leaf(self) -> Field;
}
pub trait LeafPreimage {
// Required methods
pub fn get_key(self) -> Field;
pub fn as_leaf(self) -> Field;
}
impl LeafPreimage for NoteHashLeafPreimageimpl LeafPreimage for NullifierLeafPreimageimpl LeafPreimage for PublicDataTreeLeafPreimageimpl LeafPreimage for TestLeafPreimage