pub trait FrameDeallocator {
    fn dealloc(&mut self, frame: Frame);
}

Required methods

Implementors