Type Alias libdonet::parser::InputFile

source ยท
pub(crate) type InputFile = (String, String);
Expand description

Tuple that represents an input file for the DC parser. The first item is the filename, the second item is the file content.