debian_analyzer::abstract_control

Trait AbstractBinary

source
pub trait AbstractBinary {
    // Required method
    fn name(&self) -> Option<String>;
}
Expand description

An abstract binary package.

Required Methods§

source

fn name(&self) -> Option<String>

Get the name of the binary package.

Implementations on Foreign Types§

source§

impl AbstractBinary for Binary

source§

fn name(&self) -> Option<String>

Implementors§