Struct libalpm::Dependency [] [src]

pub struct Dependency<'a> { /* fields omitted */ }

A package's dependency

Methods

impl<'a> Dependency<'a>
[src]

Gets the name of the dependency

Gets the version of the dependency

Gets a description of the dependency

Gets a hash of the dependency's name

Gets the version restriction type

Trait Implementations

impl<'a> Debug for Dependency<'a>
[src]

Formats the value using the given formatter.