Docs.rs
const-generic-wrap-0.3.0
const-generic-wrap 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
aobatact
Dependencies
typenum ^1.13.0
normal
optional
Versions
91.3%
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
Constable
const_
generic_
wrap
0.3.0
Constable
Implementations on Foreign Types
bool
char
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In crate const_
generic_
wrap
const_generic_wrap
Trait
Constable
Copy item path
Source
pub trait Constable: ConstableSeal { }
Expand description
Marker that shows it can be used in const generic.
Implementations on Foreign Types
§
Source
§
impl
Constable
for
bool
Source
§
impl
Constable
for
char
Source
§
impl
Constable
for
i8
Source
§
impl
Constable
for
i16
Source
§
impl
Constable
for
i32
Source
§
impl
Constable
for
i64
Source
§
impl
Constable
for
isize
Source
§
impl
Constable
for
u8
Source
§
impl
Constable
for
u16
Source
§
impl
Constable
for
u32
Source
§
impl
Constable
for
u64
Source
§
impl
Constable
for
usize
Implementors
§