Trigger

Type Alias Trigger 

Source
pub type Trigger<'w, 't, E, B = ()> = On<'w, 't, E, B>;
๐Ÿ‘ŽDeprecated since 0.17.0: Renamed to On.
Expand description

Deprecated in favor of On.

Aliased Typeยง

pub struct Trigger<'w, 't, E, B = ()> { /* private fields */ }