Struct git_repository::easy::borrow::repo::Error [−][src]
pub struct Error;
Expand description
An error to indicate that the Repository
could not be borrowed immutably or mutably as
another mutable borrowed is already present.
Note that mutable borrows are uncommon and used only in rare cases, and with EasyArcExclusive
errors of this kind can’t happen as a lock would block instead.
Trait Implementations
Performs the conversion.
Performs the conversion.