Struct hashglobe::FailedAllocationError
[−]
[src]
pub struct FailedAllocationError { /* fields omitted */ }
Methods
impl FailedAllocationError
[src]
Trait Implementations
impl Debug for FailedAllocationError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Error for FailedAllocationError
[src]
fn description(&self) -> &str
[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
The lower-level cause of this error, if any. Read more