Crate pinned_bucket

Crate pinned_bucket 

Source
Expand description

Mutable containers for pinned and immutable items.

A substitute for Box::leak.

Structsยง

Iter
Iterator over key-value pairs of super::PinnedMap.
Keys
Iterator over keys of super::PinnedMap.
PinnedList
A list of Pin<Box<T>>.
PinnedMap
A map from K to Pin<Box<V>>.
Values
Iterator over values of super::PinnedMap.