Module percolate::handles[][src]

Expand description

A few types needed to implement custom delegate logic on named types on stable.

Structs

PinHandleMut

Dereferences to Pin<&'a mut T> and optionally runs custom drop logic via stored RunOnce<dyn Runnable>`.

RunOnce

Essentially FnOnce.

Traits

Runnable

Essentially Fn.