pub type LocalFsckIssue = FsckIssue;Expand description
Backward-compatible local fsck issue alias.
Aliased Type§
pub struct LocalFsckIssue {
pub kind: FsckIssueKind,
pub location: String,
pub detail: FsckIssueDetail,
}Fields§
§kind: FsckIssueKindProblem classification.
location: StringStable object or record location associated with the issue.
detail: FsckIssueDetailStructured detail for operators.