CDDL: ```cddl bool_wrapper = bool ; @newtype ``` Compile error: ``` 116 | Ok(Self(raw.bool().map_err(Into::into)?)) | ^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the trait `Into` ```