Struct nom::lib::std::alloc::AllocError [−][src]
pub struct AllocError;
🔬 This is a nightly-only experimental API. (
allocator_api
)The AllocError
error indicates an allocation failure
that may be due to resource exhaustion or to
something wrong when combining the given input arguments with this
allocator.
Trait Implementations
impl Clone for AllocError
[src]
impl Clone for AllocError
[src]pub fn clone(&self) -> AllocError
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Display for AllocError
[src]
impl Display for AllocError
[src]impl Error for AllocError
[src]
impl Error for AllocError
[src]impl PartialEq<AllocError> for AllocError
[src]
impl PartialEq<AllocError> for AllocError
[src]