pub type Result<T> = Result<T, UnexpectedEnd>;Available on crate features
h3 and i-implement-a-third-party-backend-and-opt-into-breaking-changes only.Aliased Type§
pub enum Result<T> {
Ok(T),
Err(UnexpectedEnd),
}