pub fn get_git_backend(
store: &Store,
) -> Result<&GitBackend, UnexpectedGitBackendError>
Expand description
Returns the underlying GitBackend
implementation.
pub fn get_git_backend(
store: &Store,
) -> Result<&GitBackend, UnexpectedGitBackendError>
Returns the underlying GitBackend
implementation.