pub fn drop_notify() -> (DropNotify, DropNotice)Expand description
Create a (DropNotify, DropNotice) pair. DropNotice is a future that resolves to () when
the corresponding DropNotify is dropped.
pub fn drop_notify() -> (DropNotify, DropNotice)Create a (DropNotify, DropNotice) pair. DropNotice is a future that resolves to () when
the corresponding DropNotify is dropped.