Docs.rs
plotly-patched-0.6.0-unofficial.1-foresterre
plotly-patched 0.6.0-unofficial.1-foresterre
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
foresterre
Dependencies
askama ^0.9.0
normal
ndarray >=0.13.1
normal
optional
plotly_kaleido ^0.2.0
normal
optional
rand ^0.7.3
normal
rand_distr ^0.2.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
csv ^1.1.3
dev
itertools ^0.9.0
dev
itertools-num ^0.1.3
dev
ndarray ^0.13.1
dev
plotly_kaleido ^0.2.0
dev
Versions
9.7%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
plotly_
patched
0.6.0-unofficial.1-foresterre
Color
Required Methods
to_color
Implementations on Foreign Types
&String
&str
String
f64
str
Implementors
In plotly_
patched::
common::
color
plotly_patched
::
common
::
color
Trait
Color
Copy item path
Source
pub trait Color { // Required method fn
to_color
(&self) ->
ColorWrapper
; }
Required Methods
§
Source
fn
to_color
(&self) ->
ColorWrapper
Implementations on Foreign Types
§
Source
§
impl
Color
for &
str
Source
§
fn
to_color
(&self) ->
ColorWrapper
Source
§
impl
Color
for &
String
Source
§
fn
to_color
(&self) ->
ColorWrapper
Source
§
impl
Color
for
f64
Source
§
fn
to_color
(&self) ->
ColorWrapper
Source
§
impl
Color
for
str
Source
§
fn
to_color
(&self) ->
ColorWrapper
Source
§
impl
Color
for
String
Source
§
fn
to_color
(&self) ->
ColorWrapper
Implementors
§
Source
§
impl
Color
for
NamedColor
Source
§
impl
Color
for
Rgb
Source
§
impl
Color
for
Rgba