Enum notify_rust::ActionResponse [−][src]
pub enum ActionResponse<'a> { Custom(&'a str), Closed(CloseReason), }
Expand description
Response to an action
Variants
Custom(&'a str)
Expand description
Custom Action configured by the Notification.
Closed(CloseReason)
Expand description
The Notification was closed.