async fn try_get_persisted_timestamp(
    stash: &mut Stash,
    timeline: &Timeline
) -> Result<Option<Timestamp>, Error>
Expand description

Gets a global timestamp for a timeline that has been persisted to disk.

Returns None if no persisted timestamp for the specified timeline exists.