pub fn send(notification: Notification) -> Result<String, Error>Expand description
Schedule a notification for immediate delivery, blocking the calling thread.
Returns the notification’s request ID on success. See send for details.
Prefer Notification::send_blocking for the high-level two-phase API.