Function assert_snapshot::assert_snapshot_[][src]

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