AbstractBinary

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§