Trait Repository

Source
pub trait Repository: Send + Sync {
    // Required methods
    fn repository_owner(&self) -> String;
    fn repository_name(&self) -> String;
}

Required Methods§

Implementors§