Docs.rs
geo-aid-0.4.0
geo-aid 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
DragonGamesStudios
Dependencies
clap ^4.5.7
normal
clap-markdown ^0.1.4
normal
crossterm ^0.27.0
normal
derive_recursive ^1.0.3
normal
geo_aid_derive ^0.1.5
normal
num-bigint ^0.4.5
normal
num-complex ^0.4.6
normal
num-derive ^0.4.2
normal
num-rational ^0.4.2
normal
num-traits ^0.2.19
normal
paste ^1.0
normal
rand ^0.8.5
normal
serde ^1.0.203
normal
serde_json ^1.0
normal
strsim ^0.11
normal
Versions
24.8%
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
geo_aid
0.4.0
GetData
Required Methods
get_data
Object Safety
Implementors
In geo_aid::script::unroll
Trait
geo_aid
::
script
::
unroll
::
GetData
Copy item path
source
·
[
−
]
pub trait GetData { // Required method fn
get_data
(&self) ->
&Self
; }
Required Methods
§
source
fn
get_data
(&self) ->
&Self
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
GetData
for
Circle
source
§
impl
GetData
for
Line
source
§
impl
GetData
for
Point
source
§
impl
GetData
for
Scalar