Function pact_models::pact::read_pact

source ·
pub fn read_pact(
    file: &Path
) -> Result<Box<dyn Pact + Send + Sync + RefUnwindSafe>>
Expand description

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