[][src]Module fs_pro::error

a module that has every thing about errors

Structs

Error

any kind of error

Enums

ErrorKind

A list specifying general categories of fs_pro error.

Functions

result_from_fse

convert fs_extra::error::Result to fs_pro::error::Result

result_from_io

converts std::io::Result to fs_pro::error::Result

result_from_option

converts Option to fs_pro::error::Result

result_from_option2

convert Option to fs_pro::error::Result

Type Definitions

Result

fs_pro's version of Result