Function solp::parse_file

source ·
pub fn parse_file(path: &str, consumer: &mut dyn Consume) -> Result<()>
Expand description

parse_file parses single solution file specified by path..

§Errors

This function will return an error if file content cannot be read into memory or solution file has invalid syntax.