Docs.rs
debug_plotter-0.2.1
debug_plotter 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
fabianboesiger
Dependencies
num-traits ^0.2
normal
optional
plotters ^0.3
normal
optional
Versions
8%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
debug_
plotter
0.2.1
Plottable
Required Methods
to_plot_type
Implementors
In crate debug_
plotter
debug_plotter
Trait
Plottable
Copy item path
Source
pub trait Plottable { // Required method fn
to_plot_type
(self) ->
f64
; }
Required Methods
§
Source
fn
to_plot_type
(self) ->
f64
Implementors
§
Source
§
impl<T>
Plottable
for T
where T:
ToPrimitive
,