Struct lock_api::GuardNoSend[][src]

pub struct GuardNoSend(_);

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

Auto Trait Implementations

impl !Send for GuardNoSend

impl !Sync for GuardNoSend