Struct monster::incubation::global_init_cleanup::InitHandle [] [src]

pub struct InitHandle<T: InitCleanup>(_);

Methods

impl<T: InitCleanup> InitHandle<T>
[src]

Trait Implementations

impl<T: InitCleanup> Drop for InitHandle<T>
[src]

A method called when the value goes out of scope. Read more