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.
Clone
RegistrationChain
1 parent 3dc3c11 commit 9c7086bCopy full SHA for 9c7086b
rust/rbac-registration/src/registration/cardano/mod.rs
@@ -21,7 +21,7 @@ use crate::cardano::cip509::{
21
};
22
23
/// Registration chains.
24
-#[derive(Debug)]
+#[derive(Debug, Clone)]
25
pub struct RegistrationChain {
26
/// Inner part of the registration chain.
27
inner: Arc<RegistrationChainInner>,
0 commit comments