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