1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 16:35:17 +00:00

Upgrade method

This commit is contained in:
2020-06-23 19:01:07 +02:00
parent 2cf2146f17
commit 04a0cd23dc
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
//!
//! @author Pierre Hubert
#[derive(Clone, PartialEq, Eq)]
#[derive(Clone, PartialEq, Eq, Debug)]
pub struct GroupID(u64);
impl GroupID {