initSidebarItems({"fn":[["be_close_to","Returns new `BeCloseTo` matcher with default `delta` equal to `0.001`."],["be_empty","Returns new `BeEmpty` matcher."],["be_equal_to","Returns new `BeEqualTo` matcher."],["be_err","Returns new `BeErr` matcher."],["be_false","Returns new `BeFalse` matcher."],["be_greater_or_equal_to","Returns new `PartialOrder` (greater or equal to) matcher."],["be_greater_than",""],["be_less_or_equal_to","Returns new `PartialOrder` (less or equal to) matcher."],["be_less_than","Returns new `PartialOrder` (less than) matcher."],["be_none","Returns new `BeNone` matcher."],["be_ok","Returns new `BeOk` matcher."],["be_some","Returns new `BeSome` matcher."],["be_true","Returns new `BeTrue` matcher."]],"struct":[["BeCloseTo","A matcher for `be_close_to` assertions for float numbers."],["BeEmpty","A matcher for `be_empty` assertions."],["BeEqualTo","A matcher for `be_equal_to` assertions for types that conforms to `PartialEq` trait."],["BeErr","A matcher for `be_err` assertions for `Result` type."],["BeFalse","A matcher for `be_false` assertions."],["BeNone","A matcher for `be_none` assertions for `Option` types."],["BeOk","A matcher for `be_ok` assertions for `Result` type."],["BeSome","A matcher for `be_some` assertions for `Option` types."],["BeTrue","A matcher for `be_true` assertions."],["PartialOrder","A matcher for types that conforms to `PartialOrd` trait."]]});