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.
pub fn write_vis_to_vec(vis: &Vis) -> Result<Vec<u8>, VisError>Serializes a VIS graph to bytes.
VisError::InvalidRoom and VisError::TextEncoding on the terms
write_vis gives. The Vec target has no I/O to fail at.