pub type FileOp = FileOpEntity;Aliased Type§
pub struct FileOp {
pub op: FileOpKind,
pub path: String,
}Fields§
§op: FileOpKindFile operation type.
path: StringAbsolute or process-relative file path.
pub type FileOp = FileOpEntity;pub struct FileOp {
pub op: FileOpKind,
pub path: String,
}op: FileOpKindFile operation type.
path: StringAbsolute or process-relative file path.