Docs.rs
chronos-parser-rs-0.1.41
chronos-parser-rs 0.1.41
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
j5ik2o
Dependencies
anyhow ^1.0.68
normal
chrono ^0.4.23
normal
intervals-rs ^0.0.5
normal
pom ^3.2.0
normal
rust-fp-categories ^0.0.5
normal
rust-fp-pfds ^0.0.4
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Specification
Required Methods
is_satisfied_by
Implementors
In chronos_parser_rs
?
Trait
chronos_parser_rs
::
Specification
source
·
[
−
]
pub trait Specification<T>:
Clone
{ fn
is_satisfied_by
(&self, arg:
&
T) ->
bool
; }
Required Methods
§
source
fn
is_satisfied_by
(&self, arg:
&
T) ->
bool
Implementors
§
source
§
impl<Tz:
TimeZone
>
Specification
<
DateTime
<Tz>> for
CronSpecification