Files
rapr-rs/docs/json/number/sidebar-items.js
T
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
428 B
JavaScript

initSidebarItems({"constant":[["NAN","NaN value represented in `Number` type. NaN is equal to itself."]],"struct":[["Number","Number representation used inside `JsonValue`. You can easily convert the `Number` type into native Rust number types and back, or use the equality operator with another number type."],["NumberOutOfScope","Error type generated when trying to convert a `Number` into an integer of inadequate size."]]});