pub type Error = OperationError<Summary>;Expand description
Error type for copy operations. See crate::error::OperationError for
logging conventions and rationale.
Aliased Type§
pub struct Error {
pub source: Error,
pub summary: Summary,
}Fields§
§source: Error§summary: Summary