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