pub type SyncResult = SyncResult<Error>;Expand description
Sync result.
Aliased Type§
pub struct SyncResult {
pub remotes: Vec<RemoteResult<Error>>,
}Fields§
§remotes: Vec<RemoteResult<Error>>Result of syncing with remote data sources.
pub type SyncResult = SyncResult<Error>;Sync result.
pub struct SyncResult {
pub remotes: Vec<RemoteResult<Error>>,
}remotes: Vec<RemoteResult<Error>>Result of syncing with remote data sources.