Type Definition pendulum::error::PendulumResult [] [src]

type PendulumResult<T1, T2> = Result<T1, PendulumError<T2>>;

Result type for a Pendulum.