async fn use_snapshot( client: &Client, snapshot: &str, ) -> Result<(), TransientError>
Starts a read-only transaction on the SQL session of client at a the consistent LSN point of snapshot.
client
snapshot