We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5700351 commit a0d6636Copy full SHA for a0d6636
src/rule/non_empty.rs
@@ -15,7 +15,7 @@ pub use non_empty_string::*;
15
pub use non_empty_vec::*;
16
pub use non_empty_vec_deque::*;
17
18
-/// Refined type where the input value is not empty
+/// A type that holds a value satisfying the `NonEmptyRule`
19
/// The definition of empty is defined by `EmptyDefinition`.
20
pub type NonEmpty<T> = Refined<NonEmptyRule<T>>;
21
0 commit comments