pub trait Access: Debug + Default + Copy + Eq + Ord + Hash + Sized + Send + Sync + 'static + Sealed { }
Marker trait required by traits Readable and Writable;
Readable
Writable
⚠️ This trait is sealed and cannot be implemented for types outside of this crate.