[sq] Debug derivation node
This commit is contained in:
parent
c94871fa46
commit
aad25145bd
|
@ -495,7 +495,7 @@ impl CapNodeCapability {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Wrapper for CapDerivationNode
|
/// Wrapper for CapDerivationNode
|
||||||
#[derive(Clone)]
|
#[derive(Clone, Debug)]
|
||||||
pub struct DerivationTreeNode(LocalRegisterCopy<u128, CapDerivationNode::Register>);
|
pub struct DerivationTreeNode(LocalRegisterCopy<u128, CapDerivationNode::Register>);
|
||||||
|
|
||||||
/// Errors that may happen in capability derivation tree operations.
|
/// Errors that may happen in capability derivation tree operations.
|
||||||
|
|
Loading…
Reference in New Issue