pub fn message_interaction_from_json(
source: &str,
json: &Value,
spec: &PactSpecification,
) -> Result<Box<dyn Interaction + Send + Sync + RefUnwindSafe>>Expand description
Converts the JSON struct into a Message Interaction
pub fn message_interaction_from_json(
source: &str,
json: &Value,
spec: &PactSpecification,
) -> Result<Box<dyn Interaction + Send + Sync + RefUnwindSafe>>Converts the JSON struct into a Message Interaction