pub fn inpt_step<'s, T: Inpt<'s>>(text: &'s str) -> InptStep<'s, T>
Parse T from the beginning of the given string.
T