pub enum MergerCanonResult {
Empty,
CanonResult {
tetraplet: Rc<CID<SecurityTetraplet>>,
values: Vec<Rc<CID<CanonCidAggregate>>>,
},
}Variants§
Empty
There is no corresponding state in a trace for this call.
CanonResult
There was a state in at least one of the contexts. If there were two states in both contexts, they were successfully merged.
Trait Implementations§
source§impl Clone for MergerCanonResult
impl Clone for MergerCanonResult
source§fn clone(&self) -> MergerCanonResult
fn clone(&self) -> MergerCanonResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more