Type Alias ini::SectionKey

source ·
pub type SectionKey = Option<String>;
Expand description

Internal storage of section’s key

Aliased Type§

enum SectionKey {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.