[][src]Trait spaik::nkgc::Traceable

pub trait Traceable {
    fn trace(&self, gray: &mut Vec<*mut NkAtom>);
fn update_ptrs(&mut self, reloc: &NkRelocArray); }

Required methods

fn trace(&self, gray: &mut Vec<*mut NkAtom>)[src]

fn update_ptrs(&mut self, reloc: &NkRelocArray)[src]

Loading content...

Implementations on Foreign Types

impl Traceable for String[src]

impl Traceable for HashMap<PV, PV>[src]

impl Traceable for Vec<PV>[src]

impl Traceable for Box<dyn Subr>[src]

Loading content...

Implementors

impl Traceable for PV[src]

impl Traceable for Cons[src]

impl Traceable for Lambda[src]

impl Traceable for Stream[src]

impl Traceable for VLambda[src]

Loading content...