pub trait Pkg { // Required methods fn pkg_name(&self) -> String; fn pkg_version(&self) -> Version; }
get package name
get package version