Struct lightning_signer::util::debug_utils::DebugBytes
source · pub struct DebugBytes<'a>(pub &'a [u8]);
Expand description
Debug support for bytes
Tuple Fields§
§0: &'a [u8]
pub struct DebugBytes<'a>(pub &'a [u8]);
Debug support for bytes
0: &'a [u8]