Trait static_init::Finaly

source ·
pub trait Finaly {
    // Required method
    fn finaly(&self);
}
Expand description

Trait that must be implemented by #[dynamic(finalize)] statics.

Required Methods§

source

fn finaly(&self)

This method is called when program or thread exit and the lazy was initialized

Implementors§