libadwaita::subclass::prelude

Trait DialogImplExt

source
pub trait DialogImplExt: DialogImpl {
    // Provided methods
    fn parent_response(&self, response: ResponseType) { ... }
    fn parent_close(&self) { ... }
}

Provided Methods§

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.

Implementors§

source§

impl<T> DialogImplExt for T
where T: DialogImpl,