Skip to content

Commit 9dca513

Browse files
committed
Remove an unnecessary unimplemented method
1 parent fa12be2 commit 9dca513

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rs-matter/src/tlv/read.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@ impl<'a> TLVElement<'a> {
227227
Ok(value)
228228
}
229229

230-
pub fn len(&self) -> Result<usize, Error> {
231-
todo!()
232-
}
233-
234230
/// Return the value of this TLV element as an `i8`.
235231
///
236232
/// Returns an error with code `ErrorCode::TLVTypeMismatch` if the wrapped TLV byte slice

0 commit comments

Comments
 (0)