yep, you'd need to do: ```rust #[cfg(feature = "std")] impl OwnedMyThing { fn parse(&[u8]) -> Vec; } ``` or so.