Struct rax::GenericError[][src]

pub struct GenericError { /* fields omitted */ }

Methods

impl GenericError
[src]

Trait Implementations

impl Debug for GenericError
[src]

Formats the value using the given formatter. Read more

impl<'a> Display for GenericError
[src]

Formats the value using the given formatter. Read more

impl<'a> Error for GenericError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations