Type Alias freedesktop_desktop_entry::Locale

source ·
pub type Locale<'a> = Cow<'a, str>;

Aliased Type§

enum Locale<'a> {
    Borrowed(&'a str),
    Owned(String),
}

Variants§

§1.0.0

Borrowed(&'a str)

Borrowed data.

§1.0.0

Owned(String)

Owned data.