Function assert_snapshot::assert_snapshot_2[][src]

pub fn assert_snapshot_2<T>(
    file: &'static str,
    line: u32,
    extra: &str,
    data: &T
) -> Result<(), Error> where
    T: Serialize