[][src]Trait cargo_src::config::ConfigType

pub trait ConfigType {
    fn get_variant_names() -> String;
}

Required methods

Loading content...

Implementations on Foreign Types

impl ConfigType for bool[src]

impl ConfigType for usize[src]

impl ConfigType for String[src]

impl<T: ConfigType> ConfigType for Option<T>[src]

Loading content...

Implementors

Loading content...