Docs.rs
shape-svg-0.0.1
shape-svg 0.0.1
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
oovm
Dependencies
shape-core 0.0.*
normal
Versions
25%
of the crate is documented
Go to latest version
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
☰
ToSVG
Required Methods
to_svg
Implementations on Foreign Types
Circle<T>
Ellipse<T>
Parallelogram<T>
Point<T>
Polygon<T>
Rectangle<T>
Square<T>
Triangle<T>
Implementors
In shape_svg
?
Trait
shape_svg
::
ToSVG
source
·
[
−
]
pub trait ToSVG { fn
to_svg
(&self) ->
SVG
; }
Required methods
source
fn
to_svg
(&self) ->
SVG
Implementations on Foreign Types
source
impl<T>
ToSVG
for
Point
<T>
where
T:
Display
+
One
+
Clone
,
source
fn
to_svg
(&self) ->
SVG
source
impl<T>
ToSVG
for
Circle
<T>
where
T:
Display
,
source
fn
to_svg
(&self) ->
SVG
source
impl<T>
ToSVG
for
Ellipse
<T>
where
T:
Display
+
PartialEq
+
Zero
,
source
fn
to_svg
(&self) ->
SVG
source
impl<T>
ToSVG
for
Triangle
<T>
where
T:
Display
+
Clone
,
source
fn
to_svg
(&self) ->
SVG
source
impl<T>
ToSVG
for
Square
<T>
where
T:
Display
,
source
fn
to_svg
(&self) ->
SVG
source
impl<T>
ToSVG
for
Rectangle
<T>
where
T:
Display
,
source
fn
to_svg
(&self) ->
SVG
source
impl<T>
ToSVG
for
Parallelogram
<T>
where
T:
Display
,
source
fn
to_svg
(&self) ->
SVG
source
impl<T>
ToSVG
for
Polygon
<T>
where
T:
Display
,
source
fn
to_svg
(&self) ->
SVG
<polygon points=“100,10 40,198 190,78 10,78 160,198”
Implementors