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>