ScalarEvent

Trait ScalarEvent 

Source
pub trait ScalarEvent: ScalarCodec { }
Expand description

A message which can be serialized and deserialized using scalar encoding.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<M> ScalarEvent for M
where M: ScalarCodec,