implement Persist and Persister with generic KVStorePersister trait
[rust-lightning] / lightning / src / util / mod.rs
index a1e92a0f8cfe29ce2f72ff300b65f021645ab616..95826b7e06ee73e0a02b3e1b36cf8ac6ef9ed12e 100644 (file)
@@ -20,6 +20,7 @@ pub mod errors;
 pub mod ser;
 pub mod message_signing;
 pub mod invoice;
+pub mod persist;
 
 pub(crate) mod atomic_counter;
 pub(crate) mod byte_utils;