pub type HeaderOf<T, B> = Header<T, <T as HasView<B>>::ViewType>;Expand description
The Header type corresponding to an owned representation
type T on buffer B.
Aliased Type§
pub enum HeaderOf<T, B> {
Repr(Box<T>),
Raw(<T as HasView<B>>::ViewType),
}