Docs.rs
zub-0.3.14
zub 0.3.14
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nilq
Dependencies
colored ^1.9.3
normal
flame ^0.2.2
normal
flamer ^0.3
normal
fnv ^1.0.3
normal
hashbrown ^0.7.2
normal
im-rc ^14.3.0
normal
logos ^0.11.4
dev
Versions
3.23%
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
zub
0.3.14
Trace
Required Methods
trace
Implementations on Foreign Types
HashMap<K, V>
HashSet<T>
LinkedList<T>
VecDeque<T>
[T]
Implementors
In zub::
vm::
gc::
trace
zub
::
vm
::
gc
::
trace
Trait
Trace
Copy item path
Source
pub trait Trace<T:
Trace
<T>> { // Required method fn
trace
(&self, tracer: &mut
Tracer
<'_, T>); }
Required Methods
§
Source
fn
trace
(&self, tracer: &mut
Tracer
<'_, T>)
Implementations on Foreign Types
§
Source
§
impl<O:
Trace
<O>, K, V:
Trace
<O>>
Trace
<O> for
HashMap
<K, V>
Source
§
fn
trace
(&self, tracer: &mut
Tracer
<'_, O>)
Source
§
impl<O:
Trace
<O>, T:
Trace
<O>>
Trace
<O> for
[T]
Source
§
fn
trace
(&self, tracer: &mut
Tracer
<'_, O>)
Source
§
impl<O:
Trace
<O>, T:
Trace
<O>>
Trace
<O> for
LinkedList
<T>
Source
§
fn
trace
(&self, tracer: &mut
Tracer
<'_, O>)
Source
§
impl<O:
Trace
<O>, T:
Trace
<O>>
Trace
<O> for
VecDeque
<T>
Source
§
fn
trace
(&self, tracer: &mut
Tracer
<'_, O>)
Source
§
impl<O:
Trace
<O>, T:
Trace
<O>>
Trace
<O> for
HashSet
<T>
Source
§
fn
trace
(&self, tracer: &mut
Tracer
<'_, O>)
Implementors
§
Source
§
impl
Trace
<
Object
> for
Object
Source
§
impl
Trace
<
Object
> for
Chunk
Source
§
impl
Trace
<
Object
> for
Closure
Source
§
impl
Trace
<
Object
> for
Dict
Source
§
impl
Trace
<
Object
> for
Function
Source
§
impl
Trace
<
Object
> for
List
Source
§
impl
Trace
<
Object
> for
Value
Source
§
impl<O:
Trace
<O>>
Trace
<O> for
Handle
<O>
Source
§
impl<O:
Trace
<O>>
Trace
<O> for
Rooted
<O>