Skip to main content

FrameStruct

Trait FrameStruct 

pub trait FrameStruct {
    const SIZE_BOUND: usize;
}
Available on crate feature quic only.

Required Associated Constants§

const SIZE_BOUND: usize

Smallest number of bytes this type of frame is guaranteed to fit within.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§