Enum nom::lib::std::collections::CollectionAllocErr [−][src]
🔬 This is a nightly-only experimental API. (try_reserve)
new API
Augments AllocErr with a CapacityOverflow variant.
Variants
CapacityOverflow🔬 This is a nightly-only experimental API. (try_reserve)
new API
Error due to the computed capacity exceeding the collection's maximum
(usually isize::MAX bytes).
AllocErr🔬 This is a nightly-only experimental API. (try_reserve)
new API
Error due to the allocator (see the AllocErr type's docs).
Trait Implementations
impl From<AllocErr> for CollectionAllocErr[src]
[+]
impl From<AllocErr> for CollectionAllocErrimpl Clone for CollectionAllocErr[src]
[+]
impl Clone for CollectionAllocErrimpl Eq for CollectionAllocErr[src]
impl Eq for CollectionAllocErrimpl PartialEq<CollectionAllocErr> for CollectionAllocErr[src]
[+]
impl PartialEq<CollectionAllocErr> for CollectionAllocErrimpl Debug for CollectionAllocErr[src]
[+]
impl Debug for CollectionAllocErrAuto Trait Implementations
impl Send for CollectionAllocErr
impl Send for CollectionAllocErrimpl Sync for CollectionAllocErr
impl Sync for CollectionAllocErr