fix: complement missing trait in 9.5

This commit is contained in:
EnochTang
2022-03-16 09:56:46 +08:00
parent 7e20e180a0
commit b2b5927810

View File

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