pub trait RecentManagerImpl: RecentManagerImplExt + ObjectImpl {
    // Provided method
    fn changed(&self, recent_manager: &Self::Type) { ... }
}

Provided Methods§

source

fn changed(&self, recent_manager: &Self::Type)

Implementors§