Struct future_utils::DropNotify[][src]

pub struct DropNotify { /* fields omitted */ }

Created in tandem with a DropNotice using the drop_notify function. Drop this object to cause its corresponding DropNotice to resolve.

Trait Implementations

impl Drop for DropNotify
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for DropNotify

impl Sync for DropNotify