OnUninit

Trait OnUninit 

Source
pub trait OnUninit: Sealed {
    type ExtraData;
}
Expand description

What to do when the global, thread local, or shim drop strategies is uninitialized.

Required Associated Types§

Source

type ExtraData

Any extra data that this type may neee.

Implementors§