Struct lock_api::GuardNoSend
source · pub struct GuardNoSend(_);
Expand description
Marker type which indicates that the Guard type for a lock is not Send
.
pub struct GuardNoSend(_);
Marker type which indicates that the Guard type for a lock is not Send
.