pub enum PullError {
BareRepository,
Failure(String),
IOError(Error),
InvalidReference,
NoUpstream,
ReferenceNotFound,
UTF8Decode(FromUtf8Error),
WorkTreeDirty,
}
Expand description
Failed to update a subtree from remote
Variants
BareRepository
Failure(String)
IOError(Error)
InvalidReference
NoUpstream
ReferenceNotFound
UTF8Decode(FromUtf8Error)
WorkTreeDirty
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.