Hacker News new | ask | show | jobs
by jxub 2728 days ago

  impl Drop for Acid {
    fn drop(&mut self) {
        println!("It can be done");
    }
  }
1 comments

nerd