Skip to main content

MoqtProfile

Trait MoqtProfile 

Source
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§

Source

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".

Implementors§