pub struct RawLazyNotificationMutex<F = fn() -> Notification>(/* private fields */);
Implementations§
Source§impl<F> RawLazyNotificationMutex<F>
impl<F> RawLazyNotificationMutex<F>
Trait Implementations§
Source§impl<F: Fn() -> Notification> RawMutex for RawLazyNotificationMutex<F>
impl<F: Fn() -> Notification> RawMutex for RawLazyNotificationMutex<F>
Source§type GuardMarker = GuardNoSend
type GuardMarker = GuardNoSend
Marker type which determines whether a lock guard should be
Send
. Use
one of the GuardSend
or GuardNoSend
helper types here.