stack_pack

Function 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.