impl Trait(can run)

This commit is contained in:
RainBus
2024-10-12 11:54:27 +08:00
commit ef6f088fde
11 changed files with 824 additions and 0 deletions

7
src/view.rs Normal file
View File

@@ -0,0 +1,7 @@
use component::Component;
pub mod component;
pub mod home;
pub trait View {
}