Struct aud::Adventure [] [src]

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

An adventure that can can forward succeed or fail and be reverted. Make sure that a failure includes enough info for THIS step itsel to be reverted

Methods

impl<T> Adventure<T>
[src]

Creates a new adventure with a forward and backward step