Struct lock_api::GuardSend [−][src]
pub struct GuardSend(_);
Expand description
Marker type which indicates that the Guard type for a lock is Send
.
pub struct GuardSend(_);
Marker type which indicates that the Guard type for a lock is Send
.