YSGVTU4ZVGBOLP5N3FBH76PSNWD5T4CHKWRF52GVERFQO4GLZD6AC
struct HasDrop(Arc<AtomicBool>);
impl StdError for HasDrop {}
impl Display for HasDrop {
struct DetectDrop {
has_dropped: Arc<AtomicBool>,
}
impl StdError for DetectDrop {}
impl Display for DetectDrop {