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>>;
}