Trait tinychain::state::ToState[][src]

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

Required methods

Implementors