Type Alias hashlink::linked_hash_map::TryReserveError
source · pub type TryReserveError = TryReserveError;Aliased Type§
enum TryReserveError {
CapacityOverflow,
AllocError {
layout: Layout,
},
}