use TokenStream as TokenStream2;
/// The most common `Result`,
/// but with a default function to select the error, not the value.
/// The functionality repeats the `?` operator, but is written for `TreeResult`.
// TODO! Requires `try` stabilization from std.
};
}