HasEvent
Type
hooks
0.0.1
HasEvent
Type
Required Methods
event_type
Implementors
In crate hooks
Structs
CapabilityReceiver
Event
Hooks
HooksRegistration
RuntimeInfo
Enums
EventPayload
EventType
Traits
HasEventType
Hook
TransferEvent
hooks
Trait
HasEventType
Copy item path
Settings
Help
Summary
Source
pub trait HasEventType { // Required method fn
event_type
(&self) ->
EventType
; }
Required Methods
§
Source
fn
event_type
(&self) ->
EventType
Implementors
§
Source
§
impl
HasEventType
for
EventPayload
Source
§
impl
HasEventType
for
Event