We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
namespace
key
1 parent ef7448c commit 49a72aaCopy full SHA for 49a72aa
lightning/src/util/persist.rs
@@ -51,8 +51,8 @@ pub const SCORER_PERSISTENCE_KEY: &str = "scorer";
51
/// Implementations of this trait are free to handle them in different ways, as long as
52
/// per-namespace key uniqueness is asserted.
53
///
54
-/// Keys and namespaces are required to be valid ASCII strings and the empty namespace (`""`) is
55
-/// assumed to be valid namespace.
+/// Keys and namespaces are required to be valid ASCII strings that do not contain control
+/// characters, and the empty namespace (`""`) is assumed to be a valid namespace.
56
pub trait KVStore {
57
/// A reader as returned by [`Self::read`].
58
type Reader: io::Read;
0 commit comments