Skip to main content

Blame

Trait Blame 

Source
pub trait Blame: Send + Sync {
    // Required method
    fn blame_file(&self, path: &str) -> Result<Vec<BlameEntry>, VctrlError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§