pub trait ToState {
    fn to_state(&self) -> State;
}
Expand description

Trait defining a State representation of a (possibly non-State) value.

Required Methods

Implementors