Skip to main content

read_vis

Function read_vis 

Source
pub fn read_vis<R: Read>(reader: &mut R) -> Result<Vis, VisError>
Expand description

Reads a VIS graph from a reader.

ยงErrors

VisError::Io when the stream will not read to end, and whatever read_vis_from_bytes reports for the bytes it collected.