From 355642bdae03f8838daaa053e5b283048b6943c8 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 9 Sep 2024 18:13:13 +0200 Subject: [PATCH] chore: add back from owned conversion --- src/tracing/fourbyte.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/tracing/fourbyte.rs b/src/tracing/fourbyte.rs index 3493a6b..ba5b22e 100644 --- a/src/tracing/fourbyte.rs +++ b/src/tracing/fourbyte.rs @@ -63,6 +63,12 @@ where } } +impl From for FourByteFrame { + fn from(value: FourByteInspector) -> Self { + Self::from(&value) + } +} + impl From<&FourByteInspector> for FourByteFrame { fn from(value: &FourByteInspector) -> Self { Self(