Struct lock_api::GuardSend[][src]

pub struct GuardSend(_);

Marker type which indicates that the Guard type for a lock is Send.

Auto Trait Implementations

impl Send for GuardSend

impl Sync for GuardSend