[][src]Macro insta::assert_serialized_snapshot_matches

macro_rules! assert_serialized_snapshot_matches {
    ($name:expr, $value:expr) => { ... };
}

Assets a Serialize snapshot.

The value needs to implement the serde::Serialize trait.

This requires the serialization feature to be enabled.