pub trait VolatileData<T> { }Expand description
A marker trait for volatile types.
This trait must be implemented in order to implement VolatileRead and
VolatileWrite, which will read or write data of type T.
pub trait VolatileData<T> { }A marker trait for volatile types.
This trait must be implemented in order to implement VolatileRead and
VolatileWrite, which will read or write data of type T.