pub(crate) trait UnwrapOrCompileError { // Required method fn unwrap_or_compile_error(self) -> TokenStream2; }