Function pyo3_macros_backend::utils::get_pyo3_crate
source · [−]pub(crate) fn get_pyo3_crate(attr: &Option<CrateAttribute>) -> Path
Expand description
Extract the path to the pyo3 crate, or use the default (::pyo3
).
pub(crate) fn get_pyo3_crate(attr: &Option<CrateAttribute>) -> Path
Extract the path to the pyo3 crate, or use the default (::pyo3
).