Trait remote_package::RemotePackage
source · [−]pub trait RemotePackage {
fn package_name(&self) -> &str;
}
Expand description
Trait representing a remote package.
All remote packages support these methods.
Required methods
fn package_name(&self) -> &str
fn package_name(&self) -> &str
Get the package name according to the package itself.