macro_rules! assert_exe {
($description:expr,$items:expr) => { ... };
}Expand description
ยงCheck if a value not contains an another
descriptionThe unit descriptionitemsA vector contening all expected valuesvThe actual value to check if not contains data