pub trait AbsorbInROTrait<E: Engine> {
// Required method
fn absorb_in_ro(&self, ro: &mut E::RO);
}Expand description
A helper trait to absorb different objects in RO
Required Methods§
Sourcefn absorb_in_ro(&self, ro: &mut E::RO)
fn absorb_in_ro(&self, ro: &mut E::RO)
Absorbs the value in the provided RO