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