pub trait FeedbackStatesTuple: MatchName + Serialize + DeserializeOwned + Debug {
    fn reset_all(&mut self) -> Result<(), Error>;
}
Expand description

A haskell-style tuple of feedback states

Required methods

Resets all the feedback states of the tuple

Implementations on Foreign Types

Implementors