Struct aud::Failure [] [src]

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

A simple failure that can return an error along with the new state.

Methods

impl<T> Failure<T>
[src]

Creates a new failure from a state and an error

Truns the Failure into an Err