Docs.rs
plotters-unsable-0.1.13-5c709bb
plotters-unsable 0.1.13-5c709bb
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
38
Dependencies
chrono ^0.4.6-5c709bb
normal
optional
svg ^0.5.12-5c709bb
normal
optional
font-loader ^0.8.0
normal
image ^0.21.1-5c709bb
normal
optional
lazy_static ^1.2
normal
rusttype ^0.7.6
normal
js-sys ^0.3.4
normal
wasm-bindgen ^0.2.43
normal
web-sys ^0.3.4-5c709bb
normal
Versions
84.35%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
IntoFont
plotters_
unsable
0.1.13-5c709bb
Into
Font
Required Methods
into_font
Implementors
In plotters_
unsable::
style
plotters_unsable
::
style
Trait
Into
Font
Copy item path
Source
pub trait IntoFont<'a> { // Required method fn
into_font
(self) ->
FontDesc
<'a>; }
Required Methods
§
Source
fn
into_font
(self) ->
FontDesc
<'a>
Implementors
§
Source
§
impl<'a, T:
Into
<
FontDesc
<'a>>>
IntoFont
<'a> for T