DoxigAlpha

FcopyfileError

Source

Implementation

#
pub const FcopyfileError = error{
    OperationNotSupported,
    OutOfMemory,
    Unexpected,
}