denise-forms 0.31.0

Loads a DeniseUI form file into a widget tree at runtime: the engine behind .dform.
Documentation
1
2
3
4
5
6
7
8
9
10
error[E0046]: not all trait items implemented, missing: `greet`
  --> tests/ui/missing-handler.rs:12:1
   |
12 | impl HelloHandlers for App {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `greet` in implementation
   |
  ::: tests/ui/hello_form.rs
   |
   |     fn greet(&mut self);
   |     -------------------- `greet` from trait