Docs.rs
kas-core-0.12.1
kas-core 0.12.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
dhardy
Dependencies
bitflags ^1.3.1
normal
easy-cast ^0.5.0
normal
kas-macros ^0.12.0
normal
kas-text ^0.6.0
normal
linear-map ^1.2.0
normal
log ^0.4
normal
num_enum ^0.5.6
normal
ron ^0.8.0
normal
serde ^1.0.123
normal
serde_json ^1.0.61
normal
serde_yaml ^0.9.9
normal
smallvec ^1.6.1
normal
thiserror ^1.0.23
normal
unicode-segmentation ^1.7
normal
winit ^0.27
normal
Versions
87.41%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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
☰
DataKey
Implementors
In kas_core::model
?
Trait
kas_core
::
model
::
DataKey
source
·
[
−
]
pub trait DataKey:
Clone
+
Debug
+
PartialEq
+
Eq
+ 'static { }
Expand description
Bounds on the key type
Implementors
§
source
§
impl<Key:
Clone
+
Debug
+
PartialEq
+
Eq
+ 'static>
DataKey
for Key