impl Trait(can run)
This commit is contained in:
7
src/view.rs
Normal file
7
src/view.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use component::Component;
|
||||
|
||||
pub mod component;
|
||||
pub mod home;
|
||||
|
||||
pub trait View {
|
||||
}
|
||||
Reference in New Issue
Block a user