We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450ec03 commit fe7f20bCopy full SHA for fe7f20b
1 file changed
src/lib.rs
@@ -190,6 +190,9 @@
190
//! ## License
191
//!
192
//! Licensed under either of Apache License, Version 2.0 or MIT license at your option.
193
+//!
194
+//! [`PostgresStorageWithListener`]: crate::PostgresStorage
195
+//! [`SharedPostgresStorage`]: crate::shared::SharedPostgresStorage
196
use std::{fmt::Debug, marker::PhantomData};
197
198
use apalis_core::{
0 commit comments