pub trait Guard { // Required method fn finish(&mut self); }
Specifies a method that will be called after every time an element protected by a Mutguard will be mutably borrowed
Mutguard