Trait s2n_quic_core::packet::encoding::PacketPayloadLenCursor
source · [−]pub trait PacketPayloadLenCursor: EncoderValue {
fn new() -> Self;
fn update(&self, buffer: &mut EncoderBuffer<'_>, actual_len: usize);
}Required Methods
Implementations on Foreign Types
sourceimpl PacketPayloadLenCursor for ()
impl PacketPayloadLenCursor for ()
used for short packets that don’t use a payload len