Trait oak_runtime::parse_state::IntoState [] [src]

pub trait IntoState<S, T> {
    fn into_state(self) -> ParseState<S, T>;
}

Required Methods

Implementors