This commit is contained in:
sunface
2022-03-17 09:40:29 +08:00

View File

@ -102,6 +102,7 @@ trait UsernameWidget {
fn get(&self) -> String;
}
trait AgeWidget {
fn get(&self) -> u8;
}