Module jj_lib::working_copy
source · Expand description
Defines the interface for the working copy. See LocalWorkingCopy
for the
default local-disk implementation.
Structs
- Stats about a checkout operation on a working copy. All “files” mentioned below may also be symlinks or materialized conflicts.
- Options used when snapshotting the working copy. Some of them may be ignored by some
WorkingCopy
implementations. - An error while reading the working copy state.
Enums
- The working-copy checkout failed.
- An error while resetting the working copy.
- An error while snapshotting the working copy.
Traits
- A working copy that’s being modified.
- The trait all working-copy implementations must implement.
Type Aliases
- A callback for getting progress updates.