⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here
pub(crate) trait UnwrapOrCompileError {
    fn unwrap_or_compile_error(self) -> TokenStream2;
}

Required methods

Implementations on Foreign Types

Implementors