Struct qt_widgets::error_message::connection::Rejected
source · pub struct Rejected<'a>(_);Expand description
Represents a built-in Qt signal QErrorMessage::rejected.
An object of this type can be created from ErrorMessage with object.signals().rejected() and used for creating Qt connections using qt_core::connection API. After the connection is made, the object can (should) be dropped. The connection will remain active until sender or receiver are destroyed or until a manual disconnection is made.
An object of this type contains a reference to the original ErrorMessage object.