Trait std::ops::Drop

pub trait Drop {
    fn drop(&mut self);
}

Required Methods

fn drop(&mut self)

Implementors