Trait silx_types::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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> SlxData for T