Type Definition lib::parsers::flow::TypeWhile[][src]

type TypeWhile = Repeat<Satisfy<Try<Any, u8>, u8>, u8>;