Skip to main content

marshal_to_vec

Function marshal_to_vec 

Source
pub fn marshal_to_vec(node: &Node, output: &mut Vec<u8>) -> Result<()>
Expand description

Serialize an owned node directly into a Vec<u8> using the fast vec writer path.