Skip to main content

DynEventCodec

Type Alias DynEventCodec 

Source
pub type DynEventCodec = &'static (dyn EventCodec + Sync);
Expand description

EventCodec as a static reference trait object.