Merge pull request #1417 from johncantrell97/generic-persist
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Thu, 21 Apr 2022 01:28:23 +0000 (01:28 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 01:28:23 +0000 (01:28 +0000)
add `KVStorePersister` trait and blanket implementations of `Persist` and `Persister` for any type that implements `KVStorePersister`


Trivial merge