Docs.rs
graphics-shapes-0.4.4
graphics-shapes 0.4.4
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
emmabritton
Dependencies
fnv ^1.0
normal
mint ^0.5
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0.128
dev
Versions
42%
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
graphics_
shapes
0.4.4
AnyTo
Any
Required Methods
as_any
Implementors
In crate graphics_
shapes
graphics_shapes
Trait
AnyToAny
Copy item path
Source
pub trait AnyToAny: 'static { // Required method fn
as_any
(&self) -> &dyn
Any
; }
Required Methods
§
Source
fn
as_any
(&self) -> &dyn
Any
Implementors
§
Source
§
impl<T: 'static>
AnyToAny
for T