Function buffertk::stack_pack
source · pub fn stack_pack<'a, T: Packable + 'a>(t: T) -> StackPacker<'a, (), T>Expand description
stack_pack begins a tree of packable data on the stack.
pub fn stack_pack<'a, T: Packable + 'a>(t: T) -> StackPacker<'a, (), T>stack_pack begins a tree of packable data on the stack.