Skip to main content

syn/
sealed.rs

1// SPDX-License-Identifier: Apache-2.0 OR MIT
2
3#[cfg(feature = "parsing")]
4pub(crate) mod lookahead {
5    pub trait Sealed: Copy {}
6}