Revision control

Copy as Markdown

Other Tools

#[cfg(feature = "parsing")]
pub(crate) mod lookahead {
pub trait Sealed: Copy {}
}