pub type MessageStoreTransaction<'a> = Transaction<'a, Postgres>;Available on crate feature
database only.Expand description
Type alias for a MessageStore transaction.
Aliased Typeยง
pub struct MessageStoreTransaction<'a> { /* private fields */ }