Type Alias pyo3_macros_backend::attributes::CrateAttribute

source ·
pub type CrateAttribute = KeywordAttribute<Crate, LitStrValue<Path>>;
Expand description

For specifying the path to the pyo3 crate.

Aliased Type§

struct CrateAttribute {
    pub kw: Crate,
    pub value: LitStrValue<Path>,
}

Fields§

§kw: Crate§value: LitStrValue<Path>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here