Skip to main content

write_vis_to_vec

Function write_vis_to_vec 

Source
pub fn write_vis_to_vec(vis: &Vis) -> Result<Vec<u8>, VisError>
Expand description

Serializes a VIS graph to bytes.

ยงErrors

VisError::InvalidRoom and VisError::TextEncoding on the terms write_vis gives. The Vec target has no I/O to fail at.