pub fn notify(
backend: NotifyBackend,
title: &str,
body: &str,
) -> Result<(), NotifyError>Expand description
Send a desktop notification using the specified backend.
pub fn notify(
backend: NotifyBackend,
title: &str,
body: &str,
) -> Result<(), NotifyError>Send a desktop notification using the specified backend.