Crate once_map

Source

Re-exports§

pub use sync::LazyMap;
pub use sync::OnceMap;

Modules§

sync
unsync

Structs§

DefaultHasher
RandomState
The default hasher used by this crate.

Traits§

Equivalent
Generalization of Borrow that works with more types.
ToOwnedEquivalent
Generalization of ToOwned that works with more types.