subscribe_all
Function
This function is defined in the bus module.Subscribe to all events on the global bus
Signature
Parameters
F
required
No description available.
Returns
usize
where
F: Fn(&Event) + Send + Sync + 'static,
The result of the operation.
Uses
get_event_bussubscribe_all
Source
View on GitHub
praisonai/src/bus/mod.rs at line 417
