Compare commits
1 Commits
f218fc398a
...
92a7bcdc12
Author | SHA1 | Date | |
---|---|---|---|
92a7bcdc12 |
@ -194,6 +194,7 @@ impl<'data> Tlv<'data> {
|
|||||||
pub fn raw_data(&self) -> Option<&[u8]> {
|
pub fn raw_data(&self) -> Option<&[u8]> {
|
||||||
self.lv.raw_data()
|
self.lv.raw_data()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "alloc")]
|
#[cfg(feature = "alloc")]
|
||||||
pub fn to_owned(&self) -> TlvOwned {
|
pub fn to_owned(&self) -> TlvOwned {
|
||||||
TlvOwned {
|
TlvOwned {
|
||||||
|
Reference in New Issue
Block a user