Trait git_revise::git::diff::GitDiff

source ·
pub trait GitDiff {
    // Provided method
    fn git_diff(repo: &Repository) -> ReviseResult<String> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§