Docs.rs
rstared-0.3.1
rstared 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mikwielgus
Dependencies
maplike ^0.2
normal
rstar ^0.12
normal
rand ^0.9
dev
stable-vec ^0.4
dev
thunderdome ^0.6
dev
Versions
16.67%
of the crate is documented
Go to latest version
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
Map
rstared
0.3.1
Map
Required Associated Types
Item
Implementations on Foreign Types
Arena<V>
BTreeMap<K, V>
BTreeSet<K>
HashMap<K, V>
HashSet<K>
RTree<K>
StableVecFacade<V, C>
Implementors
In crate rstared
rstared
Trait
Map
Copy item path
Source
pub trait Map { type
Item
; }
Expand description
Marker trait for map-like types that store values of type
Item
.
Required Associated Types
§
Source
type
Item
Implementations on Foreign Types
§
Source
§
impl<K>
Map
for
BTreeSet
<K>
Source
§
type
Item
=
()
Source
§
impl<K>
Map
for
HashSet
<K>
Source
§
type
Item
=
()
Source
§
impl<K>
Map
for
RTree
<K>
where K:
RTreeObject
,
Source
§
type
Item
=
()
Source
§
impl<K, V>
Map
for
BTreeMap
<K, V>
Source
§
type
Item
= V
Source
§
impl<K, V>
Map
for
HashMap
<K, V>
Source
§
type
Item
= V
Source
§
impl<V>
Map
for
Arena
<V>
Source
§
type
Item
= V
Source
§
impl<V, C>
Map
for
StableVecFacade
<V, C>
where C:
Core
<V>,
Source
§
type
Item
= V
Implementors
§
Source
§
impl<K, V:
RTreeObject
, C>
Map
for
RTreed
<K, V, C>
Source
§
type
Item
= V