pub trait HasRepoId {
// Required method
fn rid(&self) -> RepoId;
}Expand description
Anything can return the RepoId that it is associated with.
pub trait HasRepoId {
// Required method
fn rid(&self) -> RepoId;
}Anything can return the RepoId that it is associated with.