[cache (rust)] Add visitor traits for cache_restore

This commit is contained in:
Ming-Hung Tsai
2021-05-18 15:20:23 +08:00
parent 2a77036fa8
commit 86e2db3a1a
4 changed files with 201 additions and 66 deletions

View File

@@ -27,3 +27,4 @@ pub mod shrink;
pub mod thin;
pub mod version;
pub mod write_batcher;
pub mod xml;