Enum fsort::file_collection::Result [] [src]

pub enum Result {
    InvalidStartingPoint,
    Success(u32),
    FileError(u32Vec<Error>),
}

The enum describes the result of a file adding operation.

Variants

The given path is not a valid directory.

The operation was successful and the files was added.

While some files was added correctly there occurs several error during operation.

Trait Implementations

impl Debug for Result
[src]

Formats the value using the given formatter.