pyo3_macros

Trait UnwrapOrCompileError

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

Required Methods§

Implementations on Foreign Types§

Source§

impl UnwrapOrCompileError for Result<TokenStream>

Implementors§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here