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