pub type FrameRef<'bytes, const IS_CLIENT: bool> = Frame<&'bytes [u8], IS_CLIENT>;Available on crate feature
web-socket only.Expand description
Composed by a sequence of immutable bytes.
Aliased Typeยง
pub struct FrameRef<'bytes, const IS_CLIENT: bool> { /* private fields */ }