xsd-parser-types 0.2.1

Types used by the code generated by xsd-parser
1
2
3
4
5
6
7
//! This module defines different miscellaneous traits.

mod as_any;
mod with_namespace;

pub use as_any::AsAny;
pub use with_namespace::WithNamespace;