Enum gta_vc_settings::SettingsResult [] [src]

pub enum SettingsResult {
    Ok,
    IoError(Error),
    NotValidYet,
}

Enum representing result returned by GtaVcSettings functions.

Variants

Returned when the operation was completed succesfully.

Returned when an I/O operation was errored.

Returned if the file is not valid yet.

Trait Implementations

impl Debug for SettingsResult
[src]

Formats the value using the given formatter.