pub trait Peek: Sealed { }
Types that can be parsed by looking at a single token.
This trait is sealed, and cannot be implemented for types outside of this crate.