Files
Trac3r-rust/doc/num_derive/sidebar-items.js
2020-01-23 23:13:36 -08:00

1 line
875 B
JavaScript

initSidebarItems({"derive":[["Float","Derives [`num_traits::Float`][float] for newtypes. The inner type must already implement `Float`."],["FromPrimitive","Derives [`num_traits::FromPrimitive`][from] for simple enums and newtypes."],["Num","Derives [`num_traits::Num`][num] for newtypes. The inner type must already implement `Num`."],["NumCast","Derives [`num_traits::NumCast`][num_cast] for newtypes. The inner type must already implement `NumCast`."],["NumOps","Derives [`num_traits::NumOps`][num_ops] for newtypes. The inner type must already implement `NumOps`."],["One","Derives [`num_traits::One`][one] for newtypes. The inner type must already implement `One`."],["ToPrimitive","Derives [`num_traits::ToPrimitive`][to] for simple enums and newtypes."],["Zero","Derives [`num_traits::Zero`][zero] for newtypes. The inner type must already implement `Zero`."]]});