Modules§
Structs§
- Rune
Event - A Rune script hook.
- Rune
Script Context - Script context for a rune script.
- Rune
Script Host - Rune script host. Enables Rune scripting.
Traits§
- Rune
Args - Super trait adding additional bounds to Rune’s
Args
trait. It’s gets automatically implemented for any type that implmentsArgs
, so you should never have to manually implement it.