Skip to main content

StandardSv2Frame

Type Alias StandardSv2Frame 

Source
pub type StandardSv2Frame<T> = Sv2Frame<T, <BufferPool<BufferFromSystemMemory> as IsBuffer>::Slice>;
Expand description

An encoded or decoded Sv2 frame.

A wrapper around the Sv2Frame that represents a regular Sv2 frame containing the generic message type (T).

Aliased Typeยง

pub struct StandardSv2Frame<T> { /* private fields */ }