Docs.rs
tola-caps-0.2.0
tola-caps 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
KawaYww
Dependencies
tola-caps-macros ^0.2.0
normal
paste ^1.0
normal
Versions
56.9%
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
SelectNot
tola_
caps
0.2.0
Select
Not
Required Associated Types
Out
Implementors
In tola_
caps::
spec::
dispatch
tola_caps
::
spec
::
dispatch
Trait
Select
Not
Copy item path
Source
pub trait SelectNot<Q, Then, Else> { type
Out
; }
Expand description
Select based on absence of capability (NOT)
Required Associated Types
§
Source
type
Out
Implementors
§
Source
§
impl<S, Q, Then, Else>
SelectNot
<Q, Then, Else> for S
where S:
SelectCap
<
Not
<Q>, Then, Else>,
Source
§
type
Out
= <S as
SelectCap
<
Not
<Q>, Then, Else>>::
Out