pub trait ReplicaRefTrait<P: Protocolize, R: ReplicateSafe<P>> {
    fn to_ref(&self) -> &R;
}

Required Methods

Implementors