Module evenio::prelude

source ·
Expand description

Re-exports of the most commonly used items in the library.

This is intended to be glob-imported like so:

use evenio::prelude::*;

Re-exports§

Derive Macros§

  • Derive macro for Component. See Component’s documentation for more information.
  • Derive macro for Event. See Event and GlobalEvent’s documentation for more information.
  • Derive macro for HandlerParam. See HandlerParam’s documentation for more information.
  • Derive macro for Query. See Query’s documentation for more information.
  • Derive macro for Event. See Event and TargetedEvent’s documentation for more information.