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 */ }