pub type HpkeBytesResult = Result<Vec<u8>, HpkeError>;
A Result type that returns a [Bytes] or an HpkeError.
Result
Bytes
HpkeError
pub enum HpkeBytesResult { Ok(Vec<u8>), Err(HpkeError), }
Contains the success value
Contains the error value