Skip to main content

marshal_ref_to_vec

Function marshal_ref_to_vec 

Source
pub fn marshal_ref_to_vec(
    node: &NodeRef<'_>,
    output: &mut Vec<u8>,
) -> Result<()>
Expand description

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