type MutexGuardInner<'a> = MutexGuard<'a, ConnectionInner>;
struct MutexGuardInner<'a> { /* private fields */ }