pub trait MoqtProfile: Sealed {
const SEVEN_BYTE: bool;
}Expand description
One revision of MoQT’s variable-length integer.
Named for the draft that introduced the revision, not the range of drafts
using it — crate::version::DraftVersion::varint_encoding is the one
place that says which draft uses which.
Required Associated Constants§
Sourceconst SEVEN_BYTE: bool
const SEVEN_BYTE: bool
Whether the 7-byte length is defined.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".