pub async fn increment_lsn(
client: &mut Client,
lsn: Lsn,
) -> Result<Lsn, SqlServerError>
Expand description
Increments the log sequence number.
pub async fn increment_lsn(
client: &mut Client,
lsn: Lsn,
) -> Result<Lsn, SqlServerError>
Increments the log sequence number.