Skip to main content

Cleanup

Trait Cleanup 

Source
pub trait Cleanup {
    // Required method
    fn cleanup(&self);
}
Expand description

Trait for cleanup

Required Methods§

Source

fn cleanup(&self)

Implementors§