[][src]Type Definition qlog::Result

type Result<T> = Result<T, Error>;

A specialized Result type for quiche qlog operations.

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