macro_rules! impl_applet_persist {
($module: ty) => { ... };
}Expand description
Implement an applet module that can have persistent state
macro_rules! impl_applet_persist {
($module: ty) => { ... };
}Implement an applet module that can have persistent state