1 2 3 4 5 6
//! Applet module entrypoints /// `ark_applet_update` - Per frame applet update pub type AppletUpdateFn = fn(); pub const APPLET_UPDATE: &str = "ark_applet_update";