fix: Re-export api structs (#2515)

* fix: Re-export api structs

* whoops
This commit is contained in:
Fabian-Lars
2025-03-10 13:57:17 +01:00
committed by GitHub
parent e54cfcb261
commit a1b3fa27f1
8 changed files with 26 additions and 10 deletions
+2
View File
@@ -40,6 +40,8 @@ impl<R: Runtime> crate::NotificationBuilder<R> {
}
/// Access to the notification APIs.
///
/// You can get an instance of this type via [`NotificationExt`](crate::NotificationExt)
pub struct Notification<R: Runtime>(PluginHandle<R>);
impl<R: Runtime> Notification<R> {