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
Displayed
Required Associated Types
Node
Object Safety
Implementors
In geo_aid::script::unroll
Trait
geo_aid
::
script
::
unroll
::
Displayed
Copy item path
source
·
[
−
]
pub trait Displayed:
Sized
{ type
Node
:
Node
; }
Required Associated Types
§
source
type
Node
:
Node
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Displayed
for
Circle
§
type
Node
=
CircleNode
source
§
impl
Displayed
for
Line
§
type
Node
=
LineNode
source
§
impl
Displayed
for
Point
§
type
Node
=
PointNode
source
§
impl
Displayed
for
Unknown
§
type
Node
=
EmptyNode
source
§
impl
Displayed
for
Bundle
§
type
Node
=
BundleNode
source
§
impl
Displayed
for
PointCollection
§
type
Node
=
PCNode
source
§
impl
Displayed
for
Scalar
§
type
Node
=
ScalarNode