expect-json 1.10.1

For comparisons on JSON data
Documentation
1
2
3
4
5
use crate::expect_core::ExpectOp;

#[doc(hidden)]
#[typetag::serde(tag = "type")]
pub trait ExpectOpSerialize: ExpectOp {}