Reexport ElementEmitter from the lib.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-30 23:46:29 +01:00
parent 1f7c61e0d6
commit 875b95bdc9

View file

@ -74,4 +74,4 @@ pub mod convert;
pub use error::Error;
pub use element::{Element, Node, Children, ChildrenMut, ElementBuilder};
pub use convert::{IntoElements, IntoAttributeValue};
pub use convert::{IntoElements, IntoAttributeValue, ElementEmitter};