Type Alias qlog::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

A specialized Result type for quiche qlog operations.

This type is used throughout the public API for any operation that can produce an error.

Aliased Type§

enum Result<T> {
    // some variants omitted
}

Variants§