pub type InnerDefaultParseState<I> = <I as Inner>::ParseState;
Expand description
Type alias to find the default parse state for an Inner
pub type InnerDefaultParseState<I> = <I as Inner>::ParseState;
Type alias to find the default parse state for an Inner