Enum ::filesystem::FileError

A file error

Variants

Protocols

protocol is_variant

Test if the provided argument is a variant.

protocol string_display
println("{}", value)

Allows the value to be display printed.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.