Struct python_pkginfo::Distribution [−][src]
pub struct Distribution { /* fields omitted */ }Expand description
Python package distribution
Implementations
Open and parse a distribution from path
Returns distribution type
Returns the supported Python version tag
For source distributions the version tag is always source
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Distributionimpl Send for Distributionimpl Sync for Distributionimpl Unpin for Distributionimpl UnwindSafe for DistributionBlanket Implementations
Mutably borrows from an owned value. Read more