Docs.rs
object-rainbow-0.0.0-a.19
object-rainbow 0.0.0-a.19
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
afeistel
Dependencies
anyhow ^1.0.96
normal
futures-util ^0.3.31
normal
generic-array ^1.2.0
normal
object-rainbow-derive =0.0.0-a.7
normal
serde ^1.0.218
normal
optional
sha2 ^0.10.8
normal
thiserror ^2.0.11
normal
typenum ^1.18.0
normal
hex ^0.4.3
dev
smol ^2.0.2
dev
tracing ^0.1.41
dev
tracing-subscriber ^0.3.19
dev
Versions
18.96%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
TopoVec
object_
rainbow
0.0.0-a.19
TopoVec
Aliased Type
Trait Implementations
PointVisitor
Topology
In crate object_
rainbow
object_rainbow
Type Alias
TopoVec
Copy item path
Source
pub type TopoVec =
Vec
<
Arc
<dyn
Singular
>>;
Aliased Type
§
pub struct TopoVec {
/* private fields */
}
Trait Implementations
§
Source
§
impl
PointVisitor
for
TopoVec
Source
§
fn
visit
<T:
Traversible
>(&mut self, point: &
Point
<T>)
Source
§
impl
Topology
for
TopoVec
Source
§
fn
len
(&self) ->
usize
Source
§
fn
get
(&self, index:
usize
) ->
Option
<&
Arc
<dyn
Singular
>>
Source
§
fn
is_empty
(&self) ->
bool