1
2
3
4
5
6
7
//! Use this to activate all trait extensions without importing their names.

pub use crate::{
	parser::{
		ElementParserExt as _,
	},
};