pub type EncodingPuppetEncodeResult = Result<Buffer, PuppetError>;

Aliased Type§

enum EncodingPuppetEncodeResult {
    Ok(Buffer),
    Err(PuppetError),
}

Variants§

§1.0.0

Ok(Buffer)

Contains the success value

§1.0.0

Err(PuppetError)

Contains the error value