pub trait ToastableDialogImpl: AdwDialogImpl { }
Expand description

Public trait that must be implemented for everything that derives from ToastableDialog.

Object Safety§

This trait is not object safe.

Implementors§