Type Alias WeakRefNotifyData

Source
type WeakRefNotifyData = ManuallyDrop<Pin<Box<Box<dyn FnOnce() + 'static>>>>;

Aliased Typeยง

#[repr(transparent)]
struct WeakRefNotifyData { /* private fields */ }