Type Definition xml_builder::Result[][src]

pub type Result<T> = Result<T, XMLError>;
Expand description

Custom Result type thrown by this crate.