This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
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`."]]});