Function read

Source
pub fn read<G>(fname: &str) -> Result<Instance<G>, SteinlibError>
where G: for<'a> IndexGraph + Buildable,