pub type RemoveError = RemoveError<Error>;
std
RemoveError returned by sync::Pkg.
RemoveError
sync::Pkg
enum RemoveError { NotFound, Io(Error), }
The target entry was not found.
An IO error occurred.