fix: order_id can be a string in margin order result but a long in th… #147
Annotations
241 errors
build
Process completed with exit code 101.
|
`?` operator has incompatible types:
src/rest_model.rs#L1096
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:1096:28
|
1096 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `u64`, found `f64`
|
= note: `?` operator cannot convert from `f64` to `u64`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
`?` operator has incompatible types:
src/rest_model.rs#L1096
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:1096:28
|
1096 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `u64`, found `f64`
|
= note: `?` operator cannot convert from `f64` to `u64`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
`?` operator has incompatible types:
src/rest_model.rs#L592
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:592:28
|
592 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `Option<u64>`, found `Option<f64>`
|
= note: `?` operator cannot convert from `std::option::Option<f64>` to `std::option::Option<u64>`
= note: expected enum `std::option::Option<u64>`
found enum `std::option::Option<f64>`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
`?` operator has incompatible types:
src/rest_model.rs#L592
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:592:28
|
592 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `Option<u64>`, found `Option<f64>`
|
= note: `?` operator cannot convert from `std::option::Option<f64>` to `std::option::Option<u64>`
= note: expected enum `std::option::Option<u64>`
found enum `std::option::Option<f64>`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
`?` operator has incompatible types:
src/rest_model.rs#L1096
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:1096:28
|
1096 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `u64`, found `f64`
|
= note: `?` operator cannot convert from `f64` to `u64`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
`?` operator has incompatible types:
src/rest_model.rs#L1096
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:1096:28
|
1096 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `u64`, found `f64`
|
= note: `?` operator cannot convert from `f64` to `u64`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
`?` operator has incompatible types:
src/rest_model.rs#L592
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:592:28
|
592 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `Option<u64>`, found `Option<f64>`
|
= note: `?` operator cannot convert from `std::option::Option<f64>` to `std::option::Option<u64>`
= note: expected enum `std::option::Option<u64>`
found enum `std::option::Option<f64>`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
`?` operator has incompatible types:
src/rest_model.rs#L592
error[E0308]: `?` operator has incompatible types
--> src/rest_model.rs:592:28
|
592 | #[derive(Debug, Serialize, Deserialize, Clone)]
| ^^^^^^^^^^^ expected `Option<u64>`, found `Option<f64>`
|
= note: `?` operator cannot convert from `std::option::Option<f64>` to `std::option::Option<u64>`
= note: expected enum `std::option::Option<u64>`
found enum `std::option::Option<f64>`
= note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L632
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:632:20
|
632 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L630
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:630:20
|
630 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L628
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:628:20
|
628 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L619
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:619:20
|
619 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L617
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:617:20
|
617 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L607
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:607:20
|
607 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L570
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:570:20
|
570 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L560
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:560:20
|
560 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L558
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:558:20
|
558 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L556
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:556:20
|
556 | #[serde(with = "string_or_float", rename = "crossUnPnl")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L554
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:554:20
|
554 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L552
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:552:20
|
552 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L632
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:632:20
|
632 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L630
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:630:20
|
630 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L628
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:628:20
|
628 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L619
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:619:20
|
619 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L617
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:617:20
|
617 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L607
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:607:20
|
607 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L570
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:570:20
|
570 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L560
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:560:20
|
560 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L558
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:558:20
|
558 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L556
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:556:20
|
556 | #[serde(with = "string_or_float", rename = "crossUnPnl")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L541
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:541:20
|
541 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L554
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:554:20
|
554 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L539
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:539:20
|
539 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L552
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:552:20
|
552 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L537
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:537:20
|
537 | #[serde(with = "string_or_float", rename = "totalCrossUnPnl")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L535
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:535:20
|
535 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L533
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:533:20
|
533 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L531
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:531:20
|
531 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L529
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:529:20
|
529 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L527
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:527:20
|
527 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L525
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:525:20
|
525 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L523
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:523:20
|
523 | #[serde(with = "string_or_float", rename = "totalMaintMargin")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L521
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:521:20
|
521 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L541
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:541:20
|
541 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L539
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:539:20
|
539 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L537
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:537:20
|
537 | #[serde(with = "string_or_float", rename = "totalCrossUnPnl")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L535
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:535:20
|
535 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L533
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:533:20
|
533 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L531
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:531:20
|
531 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L529
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:529:20
|
529 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L527
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:527:20
|
527 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L525
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:525:20
|
525 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L523
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:523:20
|
523 | #[serde(with = "string_or_float", rename = "totalMaintMargin")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L521
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:521:20
|
521 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L506
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:506:20
|
506 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L504
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:504:20
|
504 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L502
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:502:20
|
502 | #[serde(with = "string_or_float", rename = "crossUnPnl")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L500
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:500:20
|
500 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L498
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:498:20
|
498 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L496
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:496:20
|
496 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L494
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:494:20
|
494 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L492
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:492:20
|
492 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L490
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:490:20
|
490 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L488
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:488:20
|
488 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L486
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:486:20
|
486 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L506
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:506:20
|
506 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L504
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:504:20
|
504 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L502
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:502:20
|
502 | #[serde(with = "string_or_float", rename = "crossUnPnl")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L500
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:500:20
|
500 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L498
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:498:20
|
498 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L496
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:496:20
|
496 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L494
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:494:20
|
494 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L492
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:492:20
|
492 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L490
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:490:20
|
490 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L488
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:488:20
|
488 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L486
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:486:20
|
486 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L477
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:477:20
|
477 | #[serde(with = "string_or_float", rename = "positionAmt")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L474
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:474:20
|
474 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L472
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:472:20
|
472 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L470
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:470:20
|
470 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L468
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:468:20
|
468 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_u64`:
src/futures/rest_model.rs#L465
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_u64`
--> src/futures/rest_model.rs:465:20
|
465 | #[serde(with = "string_or_u64")]
| ^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_u64`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_u64;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L463
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:463:20
|
463 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L461
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:461:20
|
461 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L459
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:459:20
|
459 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L457
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:457:20
|
457 | #[serde(with = "string_or_float", rename = "maintMargin")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L455
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:455:20
|
455 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L477
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:477:20
|
477 | #[serde(with = "string_or_float", rename = "positionAmt")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L474
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:474:20
|
474 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L472
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:472:20
|
472 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L470
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:470:20
|
470 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L468
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:468:20
|
468 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_u64`:
src/futures/rest_model.rs#L465
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_u64`
--> src/futures/rest_model.rs:465:20
|
465 | #[serde(with = "string_or_u64")]
| ^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_u64`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_u64;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L463
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:463:20
|
463 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L461
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:461:20
|
461 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L459
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:459:20
|
459 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L457
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:457:20
|
457 | #[serde(with = "string_or_float", rename = "maintMargin")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L455
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:455:20
|
455 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L445
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:445:20
|
445 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L443
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:443:20
|
443 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L439
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:439:20
|
439 | #[serde(with = "string_or_float", rename = "unRealizedProfit")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L436
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:436:20
|
436 | #[serde(with = "string_or_float", rename = "positionAmt")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L434
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:434:20
|
434 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L432
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:432:20
|
432 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L430
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:430:20
|
430 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_u64`:
src/futures/rest_model.rs#L428
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_u64`
--> src/futures/rest_model.rs:428:20
|
428 | #[serde(with = "string_or_u64")]
| ^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_u64`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_u64;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L445
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:445:20
|
445 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L426
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:426:20
|
426 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L443
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:443:20
|
443 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_bool`:
src/futures/rest_model.rs#L424
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_bool`
--> src/futures/rest_model.rs:424:20
|
424 | #[serde(with = "string_or_bool")]
| ^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_bool`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_bool;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L439
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:439:20
|
439 | #[serde(with = "string_or_float", rename = "unRealizedProfit")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L436
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:436:20
|
436 | #[serde(with = "string_or_float", rename = "positionAmt")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L421
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:421:20
|
421 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L434
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:434:20
|
434 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L432
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:432:20
|
432 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L430
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:430:20
|
430 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_u64`:
src/futures/rest_model.rs#L428
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_u64`
--> src/futures/rest_model.rs:428:20
|
428 | #[serde(with = "string_or_u64")]
| ^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_u64`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_u64;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L426
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:426:20
|
426 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_bool`:
src/futures/rest_model.rs#L424
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_bool`
--> src/futures/rest_model.rs:424:20
|
424 | #[serde(with = "string_or_bool")]
| ^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_bool`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_bool;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L421
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:421:20
|
421 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L411
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:411:20
|
411 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L408
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:408:20
|
408 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L400
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:400:20
|
400 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L394
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:394:20
|
394 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L391
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:391:20
|
391 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L411
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:411:20
|
411 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L388
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:388:20
|
388 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L408
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:408:20
|
408 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L400
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:400:20
|
400 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L386
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:386:20
|
386 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L394
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:394:20
|
394 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L384
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:384:20
|
384 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L391
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:391:20
|
391 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L388
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:388:20
|
388 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L386
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:386:20
|
386 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L384
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:384:20
|
384 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L373
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:373:20
|
373 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L373
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:373:20
|
373 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L370
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:370:20
|
370 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float_opt`:
src/futures/rest_model.rs#L370
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float_opt`
--> src/futures/rest_model.rs:370:20
|
370 | #[serde(with = "string_or_float_opt")]
| ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float_opt`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float_opt;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L361
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:361:20
|
361 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L361
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:361:20
|
361 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L355
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:355:20
|
355 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L355
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:355:20
|
355 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L353
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:353:20
|
353 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L353
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:353:20
|
353 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L350
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:350:20
|
350 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L350
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:350:20
|
350 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L348
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:348:20
|
348 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L348
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:348:20
|
348 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L346
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:346:20
|
346 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L346
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:346:20
|
346 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L335
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:335:20
|
335 | #[serde(with = "string_or_float", default = "default_price_rate")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L333
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:333:20
|
333 | #[serde(with = "string_or_float", default = "default_activation_price")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L325
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:325:20
|
325 | #[serde(with = "string_or_float", default = "default_stop_price")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L335
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:335:20
|
335 | #[serde(with = "string_or_float", default = "default_price_rate")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L319
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:319:20
|
319 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L333
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:333:20
|
333 | #[serde(with = "string_or_float", default = "default_activation_price")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L317
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:317:20
|
317 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L315
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:315:20
|
315 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L325
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:325:20
|
325 | #[serde(with = "string_or_float", default = "default_stop_price")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L312
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:312:20
|
312 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L319
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:319:20
|
319 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L310
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:310:20
|
310 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L317
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:317:20
|
317 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L315
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:315:20
|
315 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L301
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:301:20
|
301 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L312
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:312:20
|
312 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L310
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:310:20
|
310 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L301
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:301:20
|
301 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L288
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:288:20
|
288 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L286
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:286:20
|
286 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L284
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:284:20
|
284 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L282
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:282:20
|
282 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L288
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:288:20
|
288 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L286
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:286:20
|
286 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L284
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:284:20
|
284 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L282
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:282:20
|
282 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L268
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:268:20
|
268 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L265
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:265:20
|
265 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L263
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:263:20
|
263 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L261
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:261:20
|
261 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L259
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:259:20
|
259 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L245
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:245:34
|
245 | #[serde(rename = "q", with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L268
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:268:20
|
268 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L243
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:243:34
|
243 | #[serde(rename = "p", with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L265
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:265:20
|
265 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L263
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:263:20
|
263 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L261
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:261:20
|
261 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L259
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:259:20
|
259 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L219
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:219:20
|
219 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L217
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:217:20
|
217 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L215
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:215:20
|
215 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L245
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:245:34
|
245 | #[serde(rename = "q", with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L243
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:243:34
|
243 | #[serde(rename = "p", with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L219
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:219:20
|
219 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L217
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:217:20
|
217 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L215
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:215:20
|
215 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L195
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:195:20
|
195 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L193
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:193:20
|
193 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L191
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:191:20
|
191 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L189
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:189:20
|
189 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L187
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:187:20
|
187 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L185
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:185:20
|
185 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L183
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:183:20
|
183 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L195
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:195:20
|
195 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L193
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:193:20
|
193 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L191
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:191:20
|
191 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L189
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:189:20
|
189 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L187
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:187:20
|
187 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L185
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:185:20
|
185 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L183
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:183:20
|
183 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L155
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:155:24
|
155 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L153
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:153:24
|
153 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L151
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:151:24
|
151 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L145
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:145:24
|
145 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L126
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:126:24
|
126 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L124
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:124:24
|
124 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L122
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:122:24
|
122 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L116
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:116:24
|
116 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L114
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:114:24
|
114 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L112
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:112:24
|
112 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L48
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:48:20
|
48 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L37
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:37:20
|
37 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L35
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:35:20
|
35 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L155
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:155:24
|
155 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L153
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:153:24
|
153 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L151
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:151:24
|
151 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L145
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:145:24
|
145 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L22
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:22:20
|
22 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L126
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:126:24
|
126 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L124
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:124:24
|
124 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L122
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:122:24
|
122 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L116
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:116:24
|
116 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L114
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:114:24
|
114 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L112
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:112:24
|
112 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L48
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:48:20
|
48 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L37
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:37:20
|
37 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L35
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:35:20
|
35 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|
failed to resolve: use of undeclared crate or module `string_or_float`:
src/futures/rest_model.rs#L22
error[E0433]: failed to resolve: use of undeclared crate or module `string_or_float`
--> src/futures/rest_model.rs:22:20
|
22 | #[serde(with = "string_or_float")]
| ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `string_or_float`
|
help: consider importing this module
|
1 + use crate::rest_model::string_or_float;
|
|