Function increment_lsn

Source
pub async fn increment_lsn(
    client: &mut Client,
    lsn: Lsn,
) -> Result<Lsn, SqlServerError>
Expand description