This commit is contained in:
Candifloss 2024-08-11 03:15:37 +05:30
parent 5a2c86bb63
commit 14aa2454fd

View File

@ -4,6 +4,7 @@ use zbus::zvariant::{OwnedValue, Type};
#[derive(Debug)] #[derive(Debug)]
struct Notification { struct Notification {
// ... fields // ... fields
//
} }
async fn main() -> Result<(), zbus::Error> { async fn main() -> Result<(), zbus::Error> {