Crate read_write_api

source ·

Traits

  • Marker trait used to tell the compiler to automatically implement ReadApi for references to instances of the type. See the Examples section of the ReadWriteApi documentation.
  • Marker trait used to tell the compiler to automatically implement WriteApi for references to instances of the type. See the Examples section of the ReadWriteApi documentation.
  • Provides constant part of the ReadWriteApi interface.
  • Provides an interface to unify single-threaded code and RwLocks-based code.
  • Provides mutable part of the ReadWriteApi interface.