Enum puppetfile::ModuleInfo
[−]
[src]
pub enum ModuleInfo { Version(VersionReq), Info(String, String), }
Further Information on Puppet Modules
Variants
Version | Version as String | |
Info | Key Value based Information |
Methods
impl ModuleInfo
fn is_version(&self) -> bool
Returns true
if the option is a Version
value