MCPcopy Create free account
hub / github.com/archlinux/alpm / description

Method description

alpm-types/src/relation/base.rs:258–260  ·  view source on GitHub ↗

Return the description for the optional dependency, if it exists

(&self)

Source from the content-addressed store, hash-verified

256 description: Option<String>,
257}
258
259impl OptionalDependency {
260 /// Create a new OptionalDependency in a Result
261 pub fn new(
262 package_relation: PackageRelation,
263 description: Option<String>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected