Introduce Finite<T: Float> for restricted values defined in WebIDL.

This commit is contained in:
Tetsuharu OHZEKI 2015-03-04 20:28:57 +09:00
parent 2bf2c0020b
commit f7fd34c0aa
5 changed files with 114 additions and 30 deletions

View file

@ -37,6 +37,7 @@ pub mod callback;
pub mod error;
pub mod conversions;
pub mod proxyhandler;
pub mod num;
pub mod str;
pub mod structuredclone;
pub mod trace;