xml_data/
extensions.rs

1//! Use this to activate all trait extensions without importing their names.
2
3pub use crate::{
4	parser::{
5		ElementParserExt as _,
6	},
7};