pub type PinWeaverRemoveLeafResult = Result<[u8; 32], PinWeaverError>;
Aliased Type§
enum PinWeaverRemoveLeafResult {
Ok([u8; 32]),
Err(PinWeaverError),
}
pub type PinWeaverRemoveLeafResult = Result<[u8; 32], PinWeaverError>;
enum PinWeaverRemoveLeafResult {
Ok([u8; 32]),
Err(PinWeaverError),
}