pub async fn checkpoints(
conn: &mut PgConnection,
) -> Result<Vec<Checkpoint>, Refusal>Expand description
Every checkpoint, newest first — the order the recovery ladder walks.
pub async fn checkpoints(
conn: &mut PgConnection,
) -> Result<Vec<Checkpoint>, Refusal>Every checkpoint, newest first — the order the recovery ladder walks.