Trait gr::api_traits::RemoteTag
source · pub trait RemoteTag: RemoteProject {
// Required method
fn list(&self, args: ProjectListBodyArgs) -> Result<Vec<Tag>>;
}pub trait RemoteTag: RemoteProject {
// Required method
fn list(&self, args: ProjectListBodyArgs) -> Result<Vec<Tag>>;
}