Type Alias brotli::ffi::broccoli::BroccoliResult

source ·
pub type BroccoliResult = BroCatliResult;

Aliased Type§

enum BroccoliResult {
    Success = 0,
    NeedsMoreInput = 1,
    NeedsMoreOutput = 2,
    BrotliFileNotCraftedForAppend = 124,
    InvalidWindowSize = 125,
    WindowSizeLargerThanPreviousFile = 126,
    BrotliFileNotCraftedForConcatenation = 127,
}

Variants§

§

Success = 0

§

NeedsMoreInput = 1

§

NeedsMoreOutput = 2

§

BrotliFileNotCraftedForAppend = 124

§

InvalidWindowSize = 125

§

WindowSizeLargerThanPreviousFile = 126

§

BrotliFileNotCraftedForConcatenation = 127