Docs.rs
grit-pattern-matcher-0.5.1
grit-pattern-matcher 0.5.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
morgante
Dependencies
elsa ^1.9.0
normal
getrandom ^0.2.11
normal
optional
grit-util ^0.5.1
normal
itertools ^0.10.5
normal
rand ^0.8.5
normal
regex ^1.7.3
normal
Versions
5.34%
of the crate is documented
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
Interval
grit_
pattern_
matcher
0.5.1
Interval
Required Methods
interval
Implementations on Foreign Types
Range<u32>
Implementors
In grit_
pattern_
matcher::
intervals
grit_pattern_matcher
::
intervals
Trait
Interval
Copy item path
Source
pub trait Interval { // Required method fn
interval
(&self) -> (
u32
,
u32
); }
Required Methods
§
Source
fn
interval
(&self) -> (
u32
,
u32
)
Implementations on Foreign Types
§
Source
§
impl
Interval
for
Range
<
u32
>
Source
§
fn
interval
(&self) -> (
u32
,
u32
)
Implementors
§
Source
§
impl<Q:
QueryContext
>
Interval
for
EffectRange
<'_, Q>