Struct vouch_py_lib::PyExtension [−][src]
pub struct PyExtension { /* fields omitted */ }Trait Implementations
fn identify_local_dependencies(
&self,
working_directory: &PathBuf
) -> Result<Vec<DependenciesSpec>>
fn identify_local_dependencies(
&self,
working_directory: &PathBuf
) -> Result<Vec<DependenciesSpec>>
Identify local package dependencies.
fn registries_package_metadata(
&self,
package_name: &str,
package_version: &str
) -> Result<Vec<RegistryPackageMetadata>>
fn registries_package_metadata(
&self,
package_name: &str,
package_version: &str
) -> Result<Vec<RegistryPackageMetadata>>
Query package registries for package metadata.
Auto Trait Implementations
impl RefUnwindSafe for PyExtension
impl Send for PyExtension
impl Sync for PyExtension
impl Unpin for PyExtension
impl UnwindSafe for PyExtension
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more