Type Alias libdonet::globals::DgBufferResult

source ·
pub type DgBufferResult = Result<DgSizeTag, DgError>;

Aliased Type§

enum DgBufferResult {
    Ok(u16),
    Err(DgError),
}

Variants§

§1.0.0

Ok(u16)

Contains the success value

§1.0.0

Err(DgError)

Contains the error value