pub fn find_compressed_only<'a>(
tlv: &'a [ZExtensionInstructionData<'a>],
) -> Option<&'a ZCompressedOnlyExtensionInstructionData<'a>>Expand description
Find the CompressedOnly extension from a TLV slice.
pub fn find_compressed_only<'a>(
tlv: &'a [ZExtensionInstructionData<'a>],
) -> Option<&'a ZCompressedOnlyExtensionInstructionData<'a>>Find the CompressedOnly extension from a TLV slice.