Docs.rs
libitofin-0.9.0
libitofin 0.9.0
Docs.rs crate page
BSD-3-Clause
04 August 2026
Links
Repository
crates.io
Source
Owners
benbenbang
Dependencies
num-complex ^0.4.6
normal
thiserror ^2.0.12
normal
Versions
98.98%
of the crate is documented
Go to latest version
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
Natural
libitofin
0.9.0
Natural
Trait Implementations
Null
In libitofin::
types
libitofin
::
types
Type Alias
Natural
Copy item path
Source
pub type Natural =
u32
;
Expand description
Positive integer (
unsigned QL_INTEGER
).
Trait Implementations
§
Source
§
impl
Null
for
Natural
Source
§
fn
null
() -> Self
The sentinel value for this type.
Source
§
fn
is_null
(&self) ->
bool
Whether
self
equals the sentinel.