Trait AsStates

Source
pub trait AsStates {
    // Required method
    fn as_states(&self) -> States;
}
Expand description

This trait is used to convert a set of Messages into a set of States

Required Methods§

Source

fn as_states(&self) -> States

Implementors§