Moved function html_constructor() from interface.rs to new file htmlconstructor.rs

This commit is contained in:
olmanz 2017-11-16 13:06:50 +01:00
parent f1cf41da00
commit d71ff786c6
4 changed files with 318 additions and 310 deletions

View file

@ -139,6 +139,7 @@ pub mod constant;
pub mod conversions;
pub mod error;
pub mod guard;
pub mod htmlconstructor;
pub mod inheritance;
pub mod interface;
pub mod iterable;