Enum liboskar::error::Internal [] [src]

pub enum Internal {
    ParseNum,
    ParseIgnore,
    GetPath,
    DirPermissions,
    NotDirectory,
    PathDoesNotExist,
    IoError,
}

Variants

Trait Implementations

impl Debug for Internal
[src]

[src]

Formats the value using the given formatter.

impl Display for Internal
[src]

[src]

Formats the value using the given formatter. Read more