Enum cluproccmdline::CmdlineErr [] [src]

pub enum CmdlineErr {
    OpenFile(Error),
    ReadFile(Error),
    EmptyFile,
}

Description of errors

Variants

Open file err

Read file err

File empty, size = 0

Trait Implementations

impl Debug for CmdlineErr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CmdlineErr

impl Sync for CmdlineErr