Trait SlxData

Source
pub trait SlxData: Archive + HashedTypeDef { }
Expand description

A marker for data exchanged through silx channels

  • This marker is automatically implemented by types implemeting rkyv::Archive and HashedTypeDef

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<T> SlxData for T