pub type HpkeByteSeqResult = Result<ByteSeq, HpkeError>;
Expand description

A Result type that returns a [ByteSeq] or an HpkeError.