docs: remove PersistBackend from docs, Cargo.toml and wallet README.md

This commit is contained in:
Steve Myers
2024-06-14 18:09:55 -05:00
parent feb27df180
commit a0bf45bef1
5 changed files with 27 additions and 23 deletions

View File

@@ -1,9 +1,3 @@
//! This module is home to the [`PersistBackend`] trait which defines the behavior of a data store
//! required to persist changes made to BDK data structures.
//!
//! The [`CombinedChangeSet`] type encapsulates a combination of [`crate`] structures that are
//! typically persisted together.
/// A changeset containing [`crate`] structures typically persisted together.
#[cfg(feature = "miniscript")]
#[derive(Debug, Clone, PartialEq)]