Members now debugable

This commit is contained in:
shockrah 2020-12-29 23:51:14 -08:00
parent 549c69f668
commit 477be1fd3f

View File

@ -11,7 +11,7 @@ use crate::{UBigInt, BigInt, Integer, VarChar};
use crate::common::{FromDB};
#[derive(Serialize)]
#[derive(Debug, Serialize)]
pub struct Member {
pub id: UBigInt,
pub secret: VarChar,