49 come to the dark side. Become my apprentice. I will help you expel your anger, let out your frustration, and become a better person.
impl Drop for LayerId {
fn drop(&mut self) {
let _ =self.channel.send((self.id, LayerInstructions::Drop));
}
}