Struct cargo::util::toml::TomlVersion [] [src]

pub struct TomlVersion {
    // some fields omitted
}

Trait Implementations

impl Decodable for TomlVersion

fn decode<D: Decoder>(d: &mut D) -> Result<TomlVersion, D::Error>