pub trait RecentManagerImplExt: ObjectSubclass {
    fn parent_changed(&self, recent_manager: &Self::Type);
}

Required methods

Implementors