pub fn get_snapshot<'a>( txn: Box<dyn StorageTxn + 'a>, _config: &ServerConfig, client_id: ClientId, client: Client, ) -> Result<Option<(Uuid, Vec<u8>)>>
Implementation of the GetSnapshot protocol transaction