pub type FutureReadGuard<V> = FutureGuard<V, ReadGuard<V>>;
pub struct FutureReadGuard<V> { /* private fields */ }