Trait mut_guard::Guard

source ·
pub trait Guard {
    fn finish(&mut self);
}
Expand description

Specifies a method that will be called after every time an element protected by a Mutguard will be mutably borrowed

Required Methods§

Implementors§