Type Definition enso_flexer::prelude::logger::processor::Branch3[][src]

type Branch3<Branch3, Branch2, Branch1> = SeqBuilder<Branch3, SeqBuilder<Branch2, Branch1>>;
Expand description

Nested seq. See docs of SeqBuilder to learn more.