Crate read_write_api
source ·Traits
- Marker trait used to tell the compiler to automatically implement
ReadApifor references to instances of the type. See theExamplessection of theReadWriteApidocumentation. - Marker trait used to tell the compiler to automatically implement
WriteApifor references to instances of the type. See theExamplessection of theReadWriteApidocumentation. - Provides constant part of the
ReadWriteApiinterface. - Provides an interface to unify single-threaded code and RwLocks-based code.
- Provides mutable part of the
ReadWriteApiinterface.