Enum clementine::PersistType [] [src]

pub enum PersistType {
    Memory,
    File(String),
}

Variants

Trait Implementations

impl Debug for PersistType
[src]

Formats the value using the given formatter.