🧑‍💻 Major update to enhance Handle usage

This commit is contained in:
Manuel Cillero 2023-11-19 21:17:16 +01:00
parent 255fb393a9
commit d9f3561832
56 changed files with 201 additions and 353 deletions

View file

@ -1,9 +1,8 @@
use pagetop::prelude::*;
#[derive(AssignHandle)]
struct Drust;
impl_handle!(APP_DRUST for Drust);
impl ModuleTrait for Drust {
fn dependencies(&self) -> Vec<ModuleRef> {
vec![