Protocol of modularity unifying interface of a module.
```rust use mod_interface::*;
```
sh cargo add mod_interface
sh git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/mod_interface_trivial cargo run