Compare commits
1 Commits
92a7bcdc12
...
f218fc398a
Author | SHA1 | Date | |
---|---|---|---|
f218fc398a |
@@ -194,7 +194,6 @@ 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