pub fn read_pact_from_file(
    file: &mut File,
    path: &Path
) -> Result<Box<dyn Pact + Send + Sync>>
Expand description

Reads the pact from the file and parses the resulting JSON into a Pact struct