You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/num_derive/sidebar-items.js

1 line
875 B

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`."]]});