inpt_step

Function inpt_step 

Source
pub fn inpt_step<'s, T: Inpt<'s>>(text: &'s str) -> InptStep<'s, T>
Expand description

Parse T from the beginning of the given string.