Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl AbstractBinary for Binary

Source§

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

Implementors§