pub type Result<T> = Result<T, UnexpectedEnd>;Available on crate feature
h3 only.Aliased Type§
pub enum Result<T> {
Ok(T),
Err(UnexpectedEnd),
}pub type Result<T> = Result<T, UnexpectedEnd>;h3 only.pub enum Result<T> {
Ok(T),
Err(UnexpectedEnd),
}