Struct spirit::InvalidFileType[][src]

pub struct InvalidFileType(_);

An error returned whenever the user passes something not a file nor a directory as configuration.

Trait Implementations

impl Debug for InvalidFileType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations