[][src]Type Definition quiche::Result

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

A specialized Result type for quiche operations.

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