[][src]Trait git_calver::repo_release::RepositoryWithRelease

pub trait RepositoryWithRelease {
    fn find_releases(&self) -> Vec<Release>;
fn find_latest_release(&self) -> Option<Release>; }

Required methods

Loading content...

Implementations on Foreign Types

impl RepositoryWithRelease for Repository[src]

Loading content...

Implementors

Loading content...