Docs.rs
refining-empty-0.1.0
refining-empty 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nekitdev
Dependencies
refining-core ^0.1.0
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module empty
refining_
empty
0.1.0
Module empty
Module Items
Structs
Constants
Traits
Type Aliases
In crate refining_
empty
refining_empty
Module
empty
Copy item path
Source
Expand description
Predicates based on emptiness.
Structs
§
Empty
Checks whether the value is empty.
Constants
§
EMPTY
The
empty
literal.
VALUE
The
empty value
literal.
Traits
§
HasEmpty
Represents types that have emptiness-checking capabilities.
Type Aliases
§
NonEmpty
Checks whether the value is non-empty.