pub type RemoteResult = RemoteResult<Error>;Expand description
Remote result.
Aliased Type§
pub struct RemoteResult {
pub origin: Origin,
pub result: Result<Option<MergeOutcome>, Error>,
}Fields§
§origin: OriginOrigin of the remote.
result: Result<Option<MergeOutcome>, Error>Result of the sync operation.