Struct pendulum::error::PendulumError [] [src]

pub struct PendulumError<T> { /* fields omitted */ }

Error type for Pendulum operations.

Methods

impl<T> PendulumError<T>
[src]

[src]

Create a new PendulumError.

[src]

Retrieve the error kind of the PendulumError.

[src]

Retrieve the item contained within the error.

[src]

Break the error down into its parts.

Trait Implementations

impl<T: Debug> Debug for PendulumError<T>
[src]

[src]

Formats the value using the given formatter.