move Castable into dom::bindings::inheritance

This commit is contained in:
rohan.prinja 2015-10-27 14:56:41 +09:00
parent 00b60b9386
commit bb2536cd01
78 changed files with 133 additions and 115 deletions

View file

@ -60,7 +60,7 @@
//! and check whether a given instance is of a given type.
//!
//! ```ignore
//! use dom::bindings::conversions::Castable;
//! use dom::bindings::inheritance::Castable;
//! use dom::element::Element;
//! use dom::htmlelement::HTMLElement;
//! use dom::htmlinputelement::HTMLInputElement;