Skip to main content

RepositoryLockExt

Trait RepositoryLockExt 

Source
pub trait RepositoryLockExt {
    // Required method
    fn locker(&self) -> RepoLock;
}

Required Methods§

Source

fn locker(&self) -> RepoLock

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§