Type Definition enso_logger::processor::Branch[][src]

pub type Branch<T = Drop, Branch4 = Drop, Branch3 = Drop, Branch2 = Drop, Branch1 = Drop> = Branch5<T, Branch4, Branch3, Branch2, Branch1>;
Expand description

A generic seq implementation. See docs of SeqBuilder to learn more.