assertables

Module assert_is_empty

source
Expand description

Assert for method is_empty().

These macros help with any item that implements self.is_empty().

§Example

use assertables::*;

let a = "";
assert_is_empty!(a);

Modules§