Function future_utils::drop_notify
[−]
[src]
pub fn drop_notify() -> (DropNotify, DropNotice)
Create a (DropNotify, DropNotice) pair. DropNotice is a future that resolves to () when
the corresponding DropNotify is dropped.