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.
Debug
LockPrefix
LockPrefixInner
1 parent 7e6b354 commit 0539c0cCopy full SHA for 0539c0c
src/client/mod.rs
@@ -1213,6 +1213,7 @@ impl<'a> LockPrefixKind<'a> {
1213
}
1214
1215
1216
+#[derive(Debug)]
1217
enum LockPrefixInner<'a> {
1218
Curator { dir: &'a str, name: &'a str },
1219
Custom { prefix: String, name: &'a str },
@@ -1227,6 +1228,7 @@ enum LockPrefixInner<'a> {
1227
1228
///
1229
/// This struct carries path prefix for ephemeral lock path, name filter for candidate contenders
1230
/// and hint to find created lock path in case of [Error::ConnectionLoss].
1231
1232
pub struct LockPrefix<'a> {
1233
inner: LockPrefixInner<'a>,
1234
0 commit comments