pub type SqliteStorageWithHook<Args> = PollWith<SqliteStorage<Args>, StreamStrategy<HookCallbackListener>>;Expand description
An SqliteStorage that polls when HookCallbackListener is invoked
Aliased Typeยง
pub struct SqliteStorageWithHook<Args> { /* private fields */ }