sealed.rs 134 B

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