Trait reg_map::access::Access

source ·
pub trait Access:
    Debug
    + Default
    + Copy
    + Eq
    + Ord
    + Hash
    + Sized
    + Send
    + Sync
    + 'static
    + Sealed { }
Expand description

Marker trait required by traits Readable and Writable;

⚠️ This trait is sealed and cannot be implemented for types outside of this crate.

Object Safety§

This trait is not object safe.

Implementors§