Add `TestStore` implementation of `KVStore`
[rust-lightning] / lightning / src / util / persist.rs
2022-04-20 John Cantrellimplement Persist and Persister with generic KVStorePer...