Docs.rs
intervallum-1.4.4
intervallum 1.4.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ptal
Dependencies
bit-set ^0.8.0
normal
gcollections ^1.5.0
normal
num-integer ^0.1.46
normal
num-traits ^0.2.19
normal
serde ^1.0.219
normal
trilean ^1.1.0
normal
serde_test ^1.0.177
dev
Versions
61.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
IsSingleton
interval
1.4.4
IsSingleton
Required Methods
is_singleton
Implementors
In interval::
prelude
interval
::
prelude
Trait
IsSingleton
Copy item path
Source
pub trait IsSingleton { // Required method fn
is_singleton
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_singleton
(&self) ->
bool
Implementors
§
Source
§
impl<R>
IsSingleton
for R
where R:
Cardinality
,