Hide associated type Kind
as implementation detail
This commit is contained in:
parent
8035f60e91
commit
060c183fe3
@ -95,7 +95,7 @@ use core::{
|
||||
note = "consider annotating `{Self}` with `#[derive(BroadcastEvent)]` or `#[derive(EntityEvent)]`"
|
||||
)]
|
||||
pub trait Event: Send + Sync + 'static {
|
||||
///
|
||||
#[doc(hidden)]
|
||||
type Kind;
|
||||
|
||||
/// Generates the [`EventKey`] for this event type.
|
||||
|
Loading…
Reference in New Issue
Block a user