"I don't think you need the..." <- You're right. I did it to try this out: ``` impl TryInto for CommandConstruct { type Error = CommandErr; fn try_into(self) -> Result { self.decode() } } ```