DoxigAlpha

SendfileError

Source

Implementation

#
pub const SendfileError = error{
    UnsupportedOperation,
    SystemResources,
    InputOutput,
    BrokenPipe,
    WouldBlock,
    Unexpected,
}