pub trait SettingsBackendExt: IsA<SettingsBackend> + 'static {
// Provided methods
fn path_writable_changed(&self, path: &str) { ... }
fn writable_changed(&self, key: &str) { ... }
}Provided Methods§
fn path_writable_changed(&self, path: &str)
fn writable_changed(&self, key: &str)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.