Crate medi_rs

Source

Modules§

handler_wrapper

Macros§

impl_handler

Structs§

Bus
BusBuilder
Resources

Enums§

Error

Traits§

FromResources
Handler
IntoCommand
IntoCommand trait will be used to mark command or query types for the bus
IntoEvent
IntoEvent trait will be used to mark event types for the bus Each event should have an unique id

Type Aliases§

Result
Handler result type This is a wrapper around the result type with the error type as the handler error
SharedHandler