Enum ape::ItemValue [] [src]

pub enum ItemValue {
    Binary(Vec<u8>),
    Locator(String),
    Text(String),
}

Represents an APE Item Value

Variants

Binary data. Unrecommended to use.

Locator is an UTF-8 string contains a link to external stored information.

UTF-8 string contains any Text

Trait Implementations

impl Debug for ItemValue
[src]

Formats the value using the given formatter.