pub trait GuardedTarget { type Target; }
Provides a single dereferencing target type for ReadApi, WriteApi and RwApi.
ReadApi
WriteApi
RwApi
Dereference target of the read and write guards.