Docs.rs
libpcp-0.7.0
libpcp 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ptal
Dependencies
bit-set ^0.5.3
normal
gcollections ^1.4.0
normal
intervallum ^1.2.0
normal
num ^0.4.0
normal
trilean ^1.0.1
normal
vec_map ^0.6.0
normal
Versions
4.7%
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
Subsumption
pcp
0.7.0
Subsumption
Required Methods
is_subsumed
Implementors
In pcp::
propagation::
ops
pcp
::
propagation
::
ops
Trait
Subsumption
Copy item path
Source
pub trait Subsumption<Store> { // Required method fn
is_subsumed
(&self, store:
&Store
) ->
SKleene
; }
Required Methods
§
Source
fn
is_subsumed
(&self, store:
&Store
) ->
SKleene
Implementors
§
Source
§
impl<VStore>
Subsumption
<VStore> for
Conjunction
<VStore>
Source
§
impl<VStore>
Subsumption
<VStore> for
Disjunction
<VStore>
Source
§
impl<VStore>
Subsumption
<VStore> for
AllEqual
<VStore>
Source
§
impl<VStore>
Subsumption
<VStore> for
XEqYPlusZ
<VStore>
where VStore:
Collection
,
XGreaterEqYPlusZ
<VStore>:
Subsumption
<VStore>,
XLessEqYPlusZ
<VStore>:
Subsumption
<VStore>,
Source
§
impl<VStore>
Subsumption
<VStore> for
XNeqY
<VStore>
where VStore:
Collection
,
XEqY
<VStore>:
Subsumption
<VStore>,
Source
§
impl<VStore>
Subsumption
<VStore> for
Distinct
<VStore>
Source
§
impl<VStore, Dom>
Subsumption
<VStore> for
XEqYMulZ
<VStore>
where VStore:
Collection
<Item = Dom>, Dom:
Bounded
+
IsSingleton
+
Mul
<Output = Dom> +
Overlap
,
Source
§
impl<VStore, Dom, Bound>
Subsumption
<VStore> for
Boolean
<VStore>
where VStore:
Collection
<Item = Dom>, Dom:
Bounded
<Item = Bound> +
IsSingleton
, Bound:
Num
,
Source
§
impl<VStore, Dom, Bound>
Subsumption
<VStore> for
BooleanNeg
<VStore>
where VStore:
Collection
<Item = Dom>, Dom:
Bounded
<Item = Bound> +
IsSingleton
, Bound:
Num
,
Source
§
impl<VStore, Dom, Bound>
Subsumption
<VStore> for
XEqY
<VStore>
where VStore:
Collection
<Item = Dom>, Dom:
Bounded
<Item = Bound> +
Disjoint
, Bound:
PartialOrd
,
Source
§
impl<VStore, Dom, Bound>
Subsumption
<VStore> for
XGreaterYPlusZ
<VStore>
where VStore:
Collection
<Item = Dom>, Dom:
Bounded
<Item = Bound>, Bound:
PartialOrd
+
Num
,
Source
§
impl<VStore, Dom, Bound>
Subsumption
<VStore> for
XLessY
<VStore>
where VStore:
Collection
<Item = Dom>, Dom:
Bounded
<Item = Bound>, Bound:
PartialOrd
,
Source
§
impl<VStore, Dom, Bound>
Subsumption
<VStore> for
XLessYPlusZ
<VStore>
where VStore:
Collection
<Item = Dom>, Dom:
Bounded
<Item = Bound>, Bound:
PartialOrd
+
Num
,
Source
§
impl<VStore, Event, R, S>
Subsumption
<VStore> for
Store
<VStore, Event, R, S>