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

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

Variants

Trait Implementations

impl Debug for Internal
[src]

Formats the value using the given formatter. Read more

impl Display for Internal
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Internal

impl Sync for Internal