[Read Me](https://github.com/bohdaq/rust-web-server/blob/main/README.md) > [Documentation](https://github.com/bohdaq/rust-web-server/tree/main/src/README.md) > Null
# Null
Representation of `null` in Rust. Initially needed by JSON module, but not limited to.
Implements several Rust core traits:
- `FromStr`
- `Clone`
- `Debug`
- `PartialEq`
- `Display`
Additionaly implements Rust Web Server trait `New`.
In case of parse error returns `ParseNullError`. Error details specified within `message` field.
[URL](https://github.com/bohdaq/rust-web-server/tree/main/src/url) | Null | [Core](https://github.com/bohdaq/rust-web-server/tree/main/src/core)